Implemented test task for matspar
You can check deployed version by url: Matspar shop
- components - ui components
- pages - one main page that refers to any url
- pages/api - local urls
- styles - css modules
- hooks.ts - useFetch hook
- requests.ts - external requests from server
- types - Product types
- Next.js
- eslint
- react
- typescript
- husky for conventional commits
First, install dependencies:
npm install
Second, run the development server:
npm run dev