Yanir-R / wear-it

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 97.4%Language:CSS 1.4%Language:JavaScript 1.2%