The purpose of this application is to provide a simple e-commerce store with products, cart functionality, authentication, state management, and stripe payment processing. It was built using React, Typescript, Redux, Redux-Saga, SASS, Styled Components, Firebase, and Stripe. This project was built during my time taking the Zero to Mastery React course 'Complete React Developer in 2023 (w/ Redux, Hooks, GraphQL)' on Udemy, and is not an original design of my own.
- Description
- Installation
- Usage
- License
- Contributing
- Tests
- Questions
- Video
- Screenshots
- Links
- Resources / Credits
- Clone the repository using:
git clone https://github.com/jonteal/capstone-e-commerce
- Be sure that you are in the root directory
- Install the dependencies by opening the terminal and running the following node command. If you use something other than node, run the relevant substitute command to install dependencies
npm install
- Run the command
npm run start
- In order to use the application, you can click on any of the product categories, add products to the cart, open the cart and adjust quantities as you see fit, and then finally use the Stripe payment processing tool. (Checkout does not work as measure of safety and is stricly for demonstration purposes.)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Fork the repo!
- Create a feature branch:
git checkout -b yourname-branch
- Commit changes:
git commit -m 'Your changes here'
- Push to the branch:
git push origin yourname-branch
- Submit a pull request and wait for it to be approved or denied.
No tests available at this time.
If you have any questions or comments, please feel free to contact me by email at jonjackson.webdesign@gmail.com!
King.Klothing.mp4
Github Repository: https://github.com/jonteal/capstone-e-commerce
This project was architected, designed, and developed by Zero to Mastery from the Udemy course 'Complete React Developer in 2023 (w/ Redux, Hooks, GraphQL)'
URL: https://www.udemy.com/course/complete-react-developer-zero-to-mastery/
- Create a more complete experience around the store