This project is currently in development. I am still writting this readme so bare with me. Currently working on the node server to implement stripe functionalities.
[ PRETEND SCREEN SHOT IS HERE ]
[ PRETEND OTHER SCREEN SHOT IS HERE ]
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
or yarn install
To Run Test Suite:
npm test
To Start Server:
npm start
or yarn start
To Visit App:
localhost:3000
- What was the context for this project? (ie: was this a side project? was this for Turing? was this for an experiment?)
- What did you set out to build?
- Why was this project challenging and therefore a really good learning experience?
- What were some unexpected obstacles?
- What tools did you use to implement this project?
- This might seem obvious because you are IN this codebase, but to all other humans now is the time to talk about why you chose webpack instead of create react app, or D3, or vanilla JS instead of a framework etc. Brag about your choices and justify them here.