Arha-Deals is a front-end e-commerce web application. It allows users browse through a collection of available products and reach the seller on whatsapp with details of the product when the user clicks a "Contact Seller" button. It is connected to this back-end repo.
Developed using Vite.
Languages
- Allowing browsing through available phones, and exclusive items
- Added section to teach users simple phone hacks
- Displayed time on the navigation
To get a local copy up and running, follow these steps.
In order to run this project you need:
- You need to have a code editor on your computer.
Clone this repository to your desired folder:
``
- To clone the repository run this command - "https://github.com/Haywayaheadshot/arha_deals.git"
- cd arha_deals
``
Install this project with:
``
- npm install
``
Build the Docker image.
docker build -t arha_deals .
Run the Docker container.
docker run -p 8000:8000 arha_deals
To run the project, execute the following command:
``
- npm run dev
- npx tailwindcss -i ./src/styles/index.css -o ./dist/output.css --watch
``
To run tests, run the following command:
``
- npm test
``
`` To test a particular file.
- npm test
File name.
(e.g npm test TechNews.test.tsx)
`` To fix errors, run the following command:
``
- npm run lint-fix
``
👤 Abubakar Ummar
- GitHub: @Haywayaheadshot
- LinkedIn: Abubakar Ummar
These are some of the future features we want to add.
- Add mobile money payment system
- Recieve proucts from a database
- Add a signup button to allow users keep track of their purchases
- Add a favourite button to allow users favourite products
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank Microverse for the knowledge impacted.
This project is MIT licensed.