An open API service indexing awesome lists of open source software.

https://github.com/owusu-desmond/patupa

Patupa is a simple and fast online shopping application that helps users to 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.
https://github.com/owusu-desmond/patupa

ecommerce-website javascript react-app react-redux reactjs redux shopping-site

Last synced: 11 months ago
JSON representation

Patupa is a simple and fast online shopping application that helps users to 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.

Awesome Lists containing this project

README

          

![logo (2)](https://user-images.githubusercontent.com/92303891/188518508-56fdb0fe-80b8-4fec-9aad-8f59a868d7a6.svg)

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.

## Build With

- Editor : Visual studio code

- Languages
- [x] HTML
- [x] CSS
- [x] JavaScript
- [x] Auth0
- [x] React + Redux

## Screenshot

[Screencast of patupa shopping app](https://user-images.githubusercontent.com/92303891/190108602-4b5e8713-aca5-4289-981e-8468d5658715.webm)

## Live Demo

Access the online version of this app [here](https://patupa.herokuapp.com/)

## Getting Started

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
To get a local copy up and running follow these simple example steps.

### Install

> If you dont have [node](https://node.org) install on your computer, Install node js from [https://nodejs.org/en](https://nodejs.org/en/) as your JavaScript Runtime Engine

### Setup

#### Step 1
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

#### Step 2
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

```

#### Step 3
In the project directory, you can run:

```
npm start
```

Runs the app in the development mode.\
Open [http://localhost:3000](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
Test the application using the command

```
npm test
```

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### Deployment

```
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](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Author

👤 **Desmond Owusu Ansah**

- Github [@Owusu-Desmond](https://github.com/Owusu-Desmond)
- Twitter [@DesmondOwusuDev](https://twitter.com/DesmondOwusuDev)
- LinkedIn [@desmond-owusu-ansah](https://www.linkedin.com/in/desmond-owusu-ansah-09274a223/)
- Dev [@desmondowusudev](https://dev.to/desmondowusudev)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Owusu-Desmond/patupa/issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.