Getting Started These instructions will get your copy of the project up and running on your local machine for development and testing purposes.
Prerequisites Before running the project, you need to have Node.js installed on your system. If you don't have Node.js installed, you can download and install it from Node.js website.
Installing To set up the project, follow these steps:
Clone the repository to your local machine:
git clone https://github.com/Haris357/GDSC-Task.git Navigate to the project directory:
cd (Your project's directory) Install the required dependencies: npm install
To start the application, run the following command in the project directory: npm start This will start the development server and open the application in your default web browser. If it doesn't open automatically, you can visit http://localhost:3000 in your browser to view the application.