Skip to content

Lalucilyn/mini-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Commerce

You can watch a demo of this project here: https://mini-commerce.now.sh

Overview

This is an ongoing project I'm making for practice and also to gather a personal library of reusable components and features for e-commerce UIs. It is a work in progress It was bootstraped with create-react-app

How to test this app locally

  • Clone this whole repository
  • Open a terminal
  • On the terminal, navigate to the directory where the project was downloaded
  • Install the node modules by running npm install
  • Run the application by running npm start
  • The application will open in Localhost 3000

Updates

7/3/2019

  • Uploaded the first version. For now, I'm working on the front-end
  • You can add / remove products from the cart and check out by clicking on the cart icon.
  • You can also filter products by category
  • Next tasks: make it fully responsive. header and cart need layout adjustments on mobile devices. I Should add a response after checkout. Add error handling. Add router.

About

A shopping cart and e-commerce mini app I'm making for practice in react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published