Skip to content

build sets of clothing items, including shirt, pants and shoes from a database of clothing items that describes a user's wardrobe.

Notifications You must be signed in to change notification settings

Yanir-R/wear-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

image image

Get Started

Clone the repo:

git clone https://github.com/Yanir-R/wear-it.git

Install dependencies:

npm i

Install npm i inside the client & server folders

Run the Server:

npm start

nodemon a wrapper for node, will restart the server on file changes

Run The Client:

npm run dev

Introduction

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.

Features

  • 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

Motivation

I created the project to sharp my abilities with React, TypeScript, Next.js & NodeJS

Technologies

reactjs html css javascript nodejs typescript

About

build sets of clothing items, including shirt, pants and shoes from a database of clothing items that describes a user's wardrobe.

Topics

Resources

Stars

Watchers

Forks