git clone https://github.com/Yanir-R/wear-it.git
npm i
npm start
nodemon a wrapper for node, will restart the server on file changes
npm run dev
An app with React & NodeJS that build sets of clothing items, including shirt, pants and shoes from a database of clothing items that describes a user's wardrobe.
- Pagination on the data.
- Filter Size and Color
- Saved items and display the saved list
- Display the total amount of clothing per type.
- Display how many saved items.
- Navigation between pages
- Find similar sizes and colors for selecting specific clothing type.
- Separate selected to different page
I created the project to sharp my abilities with React, TypeScript, Next.js & NodeJS