Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/til2to/dennis-owusu-prah
https://github.com/til2to/dennis-owusu-prah
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/til2to/dennis-owusu-prah
- Owner: til2to
- Created: 2022-12-07T16:49:10.000Z (about 2 years ago)
- Default Branch: scandiweb-submission
- Last Pushed: 2023-02-13T01:28:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T16:52:49.950Z (16 days ago)
- Language: JavaScript
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scandiweb Junior React Developer test assignment
## 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)## 📖 Ecommerce web app
* This ecommerce app is a web app for shopping.
* Add products or remove products.
* Increase/decrease count of a particular selected product.
* Select various attributes (color, size etc) for each product.
* Converts total amount of products to reflect the current currency. No Api* Project was built with React class component. No functional component used.
Client
Server
Database/ storage
- *Data is persistent even if the browser is closed*
- *Built a customize drop down without the use of HTML "select" and "option" tag*
- *Redux was used to ensure that state changes is globally reflected instantly without refreshing the browser*
- *There is a dynamic url which has the id for each product that is selected*
- *Same product with different attributes selected is treated as new product using the unique products attributes selected*
> Link cooming soon.
To get a local copy up and running, follow these steps.
### Prerequisites
- *Install node packages. This can be achieved using npm install*
- *Computer with browser*
- *Mobile device with browser*
### Setup
Clone this repository to your desired folder:
- cd your-local-folder
- clone this repository into your local directory
- open the project in your favorite code editor
- Install node packages
- run npm start to preview in your local browser
### Install
Install this project with: npm install
### Usage
To run the project, execute the following command:
-*Start the server with: npm start or yarn start*
### Deployment
You can deploy this project using:
👤 *Author1*
Dennis Owusu Prah
- GitHub: [@til2to](https://github.com/til2to)
- [ ] *Add postgresql database*
- [ ] *Add payment methods*
- [ ] *Currently working to deploy it*
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project... thumbs up and please follow my github page
- Hat tip to anyone whose code was used
- Hat tip to anyone who inspired my codebase
> Add at least 2 questions new developers would ask when they decide to use your project.
- *How was the browser's storage and redux used interchangeably*
- Always be mindful of the return statement for the state in the redux like was followed in this project
- *Was someone else's code used*
- No. Code wasn't copied. I believe algorithms and data structures are very powerful to handle greater things.
## 📝 License
This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.