Voeux Wear is a project that displays products fetched from an API and gives details of each product. Users can search for products with much ease.
- ✨ Fetch Products from API
- 🏅 Display details of each product
To run this project, you need the following:
- 🌐 Mobile simulator extension on web browser
- 🐙 Git
- 👨💻 Code Editor
Clone this repository to your desired folder:
git clone https://github.com/fatmahussein/voeux-wear.git
To install all dependencies, run the following command:
npm install
To run tests, use the following commands:
- To track CSS linter errors, run:
npx stylelint "**/*.{css,scss}"
- To track JavaScript linter errors, run:
npx eslint "**/*.{js,jsx}"
To build the project, run the following command:
npm run build
To run the webpack development server, execute the following command:
npm start
👤 Fatuma Hussein
- GitHub: @fatmahussein
- 📱 Add some styles
Contributions are welcome! If you would like to contribute, please follow these guidelines:
Feel free to check the issues page.
If you like this project, give it a ⭐️.
I would like to thank Microverse for providing guidance and support during the development of this project.
I would like to give credit to Nelson Sakwa the author of the original design, as required by the Creative Commons License.
This project is licensed under the MIT License.