##React Project
Welcome to our React project! This project is built using React, a popular JavaScript library for building user interfaces.\
##Getting Started
To get started, follow these steps:
##Prerequisites
Make sure you have Node.js and npm (Node Package Manager) installed on your machine. You can download and install them from here.\
##Installation
Clone this repository to your local machine using git clone.
Navigate into the project directory.
Run npm install to install all the necessary dependencies.
Create .env file in root directory and copy and paste this variable.\
REACT_APP_BACKEND_URL=http://localhost:4000##Running the Application
Once you have installed all the dependencies, you can run the application by following these steps:
In the project directory, run npm start.
Open http://localhost:3000 in your browser to view the application.\