An open API service indexing awesome lists of open source software.

https://github.com/runtime-error786/ecommerce-website

That website made on React
https://github.com/runtime-error786/ecommerce-website

Last synced: 5 months ago
JSON representation

That website made on React

Awesome Lists containing this project

README

          

Description:
In that ecommerce website user can add items to cart,user can sign in
Setup:
To set up a React project, you can follow these steps:
git clone https://github.com/your-username/folder_name.git

Node.js and npm: Make sure you have Node.js and npm installed on your system. You can download and install them from the Node.js official website.

Create React App: The easiest way to set up a new React project is by using Create React App. Open your terminal and run the following command to install it globally: npm install -g create-react-app Create a New Project: Once Create React App is installed, navigate to the directory where you want to create your new React project and run the following command:npx create-react-app my-react-app Replace my-react-app with the name of your project.

Navigate to Project Directory: After the project is created, navigate to your project directory:cd my-react-app npm start This command will start a development server and open your React app in your default web browser. You can start coding your React components in the src directory.npm run build Version Control with Git: Initialize a git repository in your project directory to track changes:git init

![image](https://github.com/runtime-error786/E-commerce-website/assets/123109871/833a4786-1d9f-44ad-990a-30638f8533ae)
![image](https://github.com/runtime-error786/E-commerce-website/assets/123109871/087f0387-4853-4fa5-9322-c4010798c586)
![image](https://github.com/runtime-error786/E-commerce-website/assets/123109871/b0f34926-fca0-421f-bc06-5fed025395b9)
![image](https://github.com/runtime-error786/E-commerce-website/assets/123109871/46ea95ba-8f68-4a0b-bd25-aed33adb7217)
![image](https://github.com/runtime-error786/E-commerce-website/assets/123109871/2553a3f7-c50c-42e1-85cf-3d1a405e4eaf)
![image](https://github.com/runtime-error786/E-commerce-website/assets/123109871/f0d6e57b-6017-4d54-98fc-fa44fa10abbd)
![image](https://github.com/runtime-error786/E-commerce-website/assets/123109871/b7f4e38b-ab8e-4f7b-bb43-d5c96f864233)