Skip to content

jurnalanas/simple-ecommerce

Repository files navigation

Simple Ecommerce

A simple mobile web ecommerce built in pure react.

Live version: https://simple-ecommerce.netlify.com

Setup

Prerequisites

Development Setup

Make sure you're aleready install NodeJS and Yarn. After that run this several command.

  • Add project
$ git clone https://github.com/jurnalanas/simple-ecommerce.git
$ cd simple-ecommerce
$ cp env.sample .env # adjust the value in it as needed
$ yarn # install all dependencies

Available commands

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Screenshots

login products product detail profile side drawer

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

TODO

  • Consider redux (?) (currently using React Context for the state management)
  • e2e tests
  • unit tests

About

A simple mobile web ecommerce built in pure react.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published