Patupa is a simple and fast online shopping application that helps users can purchase with no cost of delivery and short time delivery. Products are available in different categories and users can also search for any products of their choice. Users can add products to their cart and checkout anytime. Products can be rated by users and top-rated products are displayed on the home page.
-
Editor : Visual studio code
-
Languages
- HTML
- CSS
- JavaScript
- Auth0
- React + Redux
Screencast.from.09-13-2022.06.48.47.PM.webm
Access the online version of this app here
This project was bootstrapped with Create React App. To get a local copy up and running follow these simple example steps.
If you dont have node install on your computer, Install node js from https://nodejs.org/en as your JavaScript Runtime Engine
Clone this repo locally using git in the command line and the following command
git clone https://github.com/Owusu-Desmond/patupa.git
Alternatively, you can just download the complete zip file and extract the folder in your directory
Navigate to the project directory and rename the .env.example
file to .env
and add your own values
in the .env
file
REACT_APP_AUTH0_DOMAIN=YOUR_AUTH0_DOMAIN
REACT_APP_AUTH0_CLIENT_ID=YOUR_AUTH0_CLIENT_ID
REACT_APP_AUTH0_CALLBACK_URL=YOUR_AUTH0_CALLBACK_URL
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Test the application using the command
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run 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.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
👤 Desmond Owusu Ansah
- Github @Owusu-Desmond
- Twitter @DesmondOwusuDev
- LinkedIn @desmond-owusu-ansah
- Dev @desmondowusudev
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.