##Frontend Setup
-
Clone the repository:
git clone https://github.com/Siva70136/task1-todo cd task1-todo cd frontend
-
Install dependencies:
npm install
-
Run the application:
npm start
The application is deployed at Hosted Link.
##Backend Setup
-
Clone the repository:
cd .. cd backend
-
Install dependencies:
npm install
-
Run the application:
node index.js