Skip to content

2pasha/react_phone-store

Repository files navigation

React Phone Store

A modern, responsive e-commerce application for a phone store built with React. This project demonstrates the use of React hooks, API integration, and local storage for cart and favorites management.

Demo

Check out the live demo: DEMO LINK

Features

  • Browse a wide selection of phones loaded dynamically from an API
  • View detailed information about each phone
  • Add phones to your shopping cart
  • Mark phones as favorites
  • Persistent cart and favorites using localStorage

Technologies Used

  • React.js
  • React Router for navigation
  • localStorage for client-side storage

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/2pasha/react_phone-store.git
  2. Navigate to the project directory:

    cd react_phone-store
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and visit http://localhost:3000 to view the application.

About

A modern, responsive e-commerce application for a phone store built with React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published