/NessCommerceFront

A Ecommerce Web Site where you can shoppe!

Primary LanguageJavaScript

NessCommerce

A Ecommerce Web Site written in React where you can shoppe!

Try it now here

About

Below are the implemented features on this App:

  • Main page were the client can see the products, even by category.
  • Sign Up .
  • Sign In.
  • Button to add new Products on Cart.
  • Cart page were the client's products is in show.
  • Button to remove products from cart or finalize your shopping.

Below are the not yet implemented features on this App:

  • Send email to client with their purchases completed.

By using this app, the client can experience the look on page and buy their preferences on a clean Ecommerce Site.

Technologies

The following tools and frameworks were used in the construction of the project:

How to run

First of all, follow the instructions to run BackEnd repository click here

  1. Clone this repository.
  2. Create a new archive named .env in the project folder and put on it
REACT_APP_API_BASE_URL=http://localhost:5000
  1. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser.
  2. Test It by yourself...