Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.58 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.58 KB

Fake Store Project

A live Preview of the website is Here


Introduction

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.

Project Objectives

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.

Project features

The project requirements include the following features:

  • Home page with product listings.
  • Product details page for individual products.
  • Shopping cart functionality.
  • Order management.

Project Setup

To set up the project environment, follow these steps:

  1. Clone this project repository: git clone https://github.com/1uckyswish/fake-store-project.git
  2. Change to the project directory: cd fake-store-project
  3. Install project dependencies: npm install
  4. Start the development server: npm start
  5. Access the project at: http://localhost:3000

Project Structure

The project structure is as follows:

  • src/
    • components/: Contains reusable UI components.
    • pages/: Includes pages to display and operate content.

Conclusion

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.

Back to top