Skip to content

This is my final project from AceleraDev React Online @CodeNation. It consists in a SPA (Single Page Application) implemented in React.js with the aid of Hooks and Redux design patterns.

Notifications You must be signed in to change notification settings

lucasbpro/react-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-ecommerce

Netlify Status

This is my final project of AceleraDev React Online @Codenation, which consists of a SPA (Single Page Application) implemented in React.js with the aid of Hooks and Redux design patterns. The app is a simple and functional e-commerce portal which provides:

  • mobile-first design, but also works in desktop;
  • a catalog of products in the online store, which includes their description, price, available sizes and picture;
  • capability for adding multiple products to a shopping cart;
  • capability for searching a specific product.

How to run this locally

You need to have Node v13.8.0 (or later) installed in your machine.

To run the project, open the project folder in a terminal and install all the dependencies:

$ npm install

After dependencies installation, start the development server by typing:

$ npm start

The application will start at http://localhost:3000.

About

This is my final project from AceleraDev React Online @CodeNation. It consists in a SPA (Single Page Application) implemented in React.js with the aid of Hooks and Redux design patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published