A live Preview of the website is Here
The Fake Store Project is a fictional online store built using React and LocalStorage. This project aims to create a responsive user interface with authentication and authorization features, a shopping cart functionality, and data storage using Local Storage.
The objectives of this project are as follows:
- Build a responsive user interface for the online store.
- Integrate a shopping cart functionality.
- Utilize Local Storage for data storage.
The project requirements include the following features:
- Home page with product listings.
- Product details page for individual products.
- Shopping cart functionality.
- Order management.
To set up the project environment, follow these steps:
- Clone this project repository:
git clone https://github.com/1uckyswish/fake-store-project.git
- Change to the project directory:
cd fake-store-project
- Install project dependencies:
npm install
- Start the development server:
npm start
- Access the project at:
http://localhost:3000
The project structure is as follows:
src/
components/
: Contains reusable UI components.pages/
: Includes pages to display and operate content.
The Fake Store Project provides an opportunity to build a fictional online store using. It aims to create a responsive user interface, implement authentication and authorization, integrate a shopping cart.