/eeecommerce

ecommerce web app using ReactJS. For study.

Primary LanguageTypeScriptMIT LicenseMIT

🛒 eCommerce

Main page Product description page Cart page

📑 Table of Contents

📦 About

This is an ecommerce web app using ReactJS for practice my developer skills. I have no right for images or products used in this project. All the images have a links for the origin website.

The design is inspired on Nike and Lacoste ecommerce pages.

📋 Features

  • 🔎 Search by specific products
  • 🛍️ Filter products by category, color, brand...
  • 👥 Login and logout
  • 🛒 Add and remove products
  • 💸 Calc the total price of the cart

⚙️ Technologies

  • ReactJS
  • Typescript
  • Styled Components
  • React Icons / Font Awesome
  • React Router Dom

Obs: At this moment, just the front-end is done.

📥 Installation

You will need Yarn or NPM to start the installation

Clone this repository using:

git clone https://github.com/Pedrofiigueiredo/eeecommerce

Access the directory of the cloned repository.

cd eeecomerce

Install the dependencies with

yarn install

You can also use npm install

🏁 Gettin Started

Run yarn start. The project will be open in your browser and run on 3000 port.

You can also run npm start to initialize the project