The shop app is a mobile web app that allows a user to shop for items online. The API selected allows for users to select specific categories to enable them shop items faster. The web page has several pages and it follows responsive design. The pages are as follows:
- One page has the list of items which can be filtered based on its category
- Another page holds specific details for items chosen.
The major tools and languages used are:
- REACT
- JavaScript
The following tech stack were used
REACT
The web app has the following key features:
- [Allows you to filter categories]
- [Display selected item on another page]
Here is a live demo link
In order to run this project you need:
- Node js installed on your computer
- Npm Node package manager
- Terminal
Clone this repository to your desired folder:
[email protected]:krisbobo/shop-app.git
Install this project with:
cd my-project
npm install or npm i
To run the project, execute the following command:
npm run build
To run tests, run the following command:
npm test or jest test
👤 Christian Kiyong
- GitHub: krisbobo
- Twitter: ChrisboboSys
- LinkedIn: kiyong-christian
The following two features will be added to this project;
- [Additional pages such as about me etc]
- [UX improvements]
Contributions, issues, and feature requests are welcome.
Feel free to check the issues page.
If you like this project, don't forget give a ⭐️ or buy me a coffee ☕️
- Microverse student community.
- Nelson Sakwa on Behance
- Anyone whose code was used
This project is MIT licensed.