Welcome to SmoothShop, where simplicity meets sophistication in the world of online shopping. Whether you're a seasoned shopper or just starting your online journey, SmoothShop is your go-to destination for effortlessly finding what you need, when you need it. Get ready to experience shopping in its smoothest form. Welcome aboard!
- Splash Page
- Search functionality for finding specific items
- View filtered items on page launch
- Each product is displayed on its own card
- Product information displayed on card
- Ability to add selected items to cart
- Ability to remove items from cart
To get started with the application, follow these steps:
-
Clone the repository:
git clone <https://github.com/PedroA54/SmoothShop> -
Navigate to the project directory:
cd <project-directory>
-
Install dependencies:
npm install
-
Start the application:
npm start
The application will be running at http://localhost:3000/.
Assuming you have json-server installed globally
-
json-server --watch db.json
The application uses the Fake Store API to fetch data.
API endpoint information can be found on (https://fakestoreapi.com/)
This project is licensed under the MIT License.