A beautifully designed E-commerce App application built with React and CSS. Shop for your favorite products from a wide range of items, all fetched from a store API. Explore a user-friendly and responsive interface that provides a seamless shopping experience.
- View detailed product information.
- Responsive design for desktop and mobile devices.
- Attractive and customizable CSS design.
- Log-out option
Follow these steps to get the project up and running on your local machine.
- Node.js installed on your machine.
- Clone the repository to your local machine.
git clone https://github.com/ideepakpg/react-ecommerce-app.git
- Navigate to the project directory.
cd react-ecommerce-app
- Install the project dependencies.
npm install
- Start the development server.
npm start
Open your web browser and go to http://localhost:3000 to start shopping.
This app fetches store items from an external API. You can replace the API URL in the configuration to use your own data source.
To build the app for production, run:
npm run build