Skip to content

The project is a single-page application (SPA) built with React and Redux. Chose Fakestore API to base the development of the web app on. This project displays products data from the API and onproduct click, the specific product details is displayed.

License

Notifications You must be signed in to change notification settings

fatmahussein/voeux-wear

Repository files navigation

Voeux Wear

📖 Table of Contents

📖 About the Project

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.

pic pic

🛠️ Built With

Tech Stack

🖥️ Client

🔑 Key Features

  • Fetch Products from API
  • 🏅 Display details of each product

(back to top)

🚀 Live Demo

Live Demo Loom Video

(back to top)

💻 Getting Started

Prerequisites

To run this project, you need the following:

  • 🌐 Mobile simulator extension on web browser
  • 🐙 Git
  • 👨‍💻 Code Editor

Setup

Clone this repository to your desired folder:

git clone https://github.com/fatmahussein/voeux-wear.git

Install

To install all dependencies, run the following command:

npm install

Run Tests

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}"

Build

To build the project, run the following command:

npm run build

Webpack Development Server

To run the webpack development server, execute the following command:

npm start

(back to top)

👤 Author

👤 Fatuma Hussein

(back to top)

🔮 Future Features

  • 📱 Add some styles

(back to top)

🤝 Contributing

Contributions are welcome! If you would like to contribute, please follow these guidelines:

Feel free to check the issues page.

(back to top)

⭐️ Show Your Support

If you like this project, give it a ⭐️.

(back to top)

🙏 Acknowledgments

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.

(back to top)

📝 License

This project is licensed under the MIT License.

(back to top)

About

The project is a single-page application (SPA) built with React and Redux. Chose Fakestore API to base the development of the web app on. This project displays products data from the API and onproduct click, the specific product details is displayed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published