Skip to content

chloeqino/e-commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QC Boba - A functional prototype of an online ordering system for a fake business named QC Boba

Made with React by Qinyu Chen, who happens to be a Boba addict O:
Note: This website currently does not have a backend and all date is stored locally within the user's browser. Therefore the cart will be emptied after clearing the browsing history

Live demo

This site is live at
https://chloeqino.github.io/e-commerce/

Deploy Locally

To deploy this app locally, first download or clone this repository by running the below command line on Terminal:

git clone https://github.com/chloeqino/e-commerce qcboba

The folder named "qcboba" will then be created on your computer! Then change to the project repository by running

cd qcboba

Now run these following command lines on Terminal:

npm install

and then

npm start

The app will then be opened at http://localhost:3000/e-commerce/!

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify