Futustore is an application that allows users to browse electronic products from the FakeStoreAPI (https://fakeapi.platzi.com/). Users can view products, add them to the cart, and go through the entire ordering process.
- Browse electronic products from FakeStoreAPI
- Add products to the cart
- Proceed through the checkout process
- Clone the repository to your local machine:
git clone https://github.com/FullStackPete/Futustore
- Navigate to the project directory:
cd Futustore
- Install dependencies:
npm install
- Run the application:
npm run dev
- Open your browser and go to http://localhost:5173.
- Browse the available electronic products.
- Click on a product to view its details.
- Add desired products to the cart.
- Proceed to checkout and complete the order process.
The Futustore application was created by Piotr Śliwa.
This project is licensed under the MIT License. See the LICENSE file for details.