This is a web application built using the MEAN stack, which stands for MongoDB, Express.js, Angular 15, and Node.js.
Clone this repository to your local machine. Install Node.js if you haven't already. Install MongoDB Community Edition if you haven't already. Open a terminal and navigate to the project directory. Run npm install to install the project's dependencies.
Make sure MongoDB is running on your machine. Open a terminal and navigate to the project directory. Run npm start to start the server. Open a web browser and navigate to http://localhost:3000 to use the application.
This is a web application that allows users to perform CRUD (Create, Read, Update, Delete) operations on to-do items.
-
Create Users can create new task by adding title, status and submitting it.
-
Read Users can view all existing tasks in a table format.
-
Update Users can update existing task title or mark the status as Completed by clicking on an edit button next to the task item they wish to update.
-
Delete Users can delete existing data by clicking on a delete button next to the task item they wish to delete.
This project was created by Reeta S.
This project is licensed under the MIT License.