Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.52 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.52 KB

Space E-Commerce

Project carried out together with:

Link Surge

Link

Functionalities

  • Home → Home page where the user clicks "discover" to access another page on the site.
  • Marketplace → Main page of the site, where the user can search and order the products, in addition to being able to add them to the cart.
  • Cart → User is able to see Pokemons that have been added to their Pokedex.
  • Responsive→ Is not responsive for mobile.

Website

Home

home

Marketplace and shopping cart

maketplace

List with language, framework and/or technologies used

  • HTML, CSS AND JAVASCRIPT
  • React
  • Route System
  • Styled-Components
  • React Icons for the cart icon

IDE

Visual Studio Code

How to use the project with NPM

1 - Clone the repository

- git clone https://github.com/matheuscastro77/commerce.git

2 - Install the dependencies and start the project

2.1 - Dependencies to be installed:

   - npm install

3 - Starting the project

- npm start