Task Manager is a simple web application built with Angular that allows you to manage tasks. You can add, edit, and delete tasks using the user-friendly interface.
- Add new tasks with a title and description.
- Edit existing tasks to update their title and description.
- Delete tasks to remove them from the task list.
- User-friendly interface with a responsive design.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js and npm: Make sure you have Node.js and npm installed on your machine. You can download them from the official Node.js website: https://nodejs.org.
- Clone the repository:
git clone https://github.com/NeelamRawatLogic/Task-Manager-frontend.git - Navigate to the project directory:
cd Task-Manager-frontend - Install the dependencies:
npm install
To run the application locally, use the following command: npm start
The application will be served at http://localhost:4200/. Open this URL in your web browser to access the Task Manager.
- Angular - A popular JavaScript framework for building web applications.
- Bootstrap - A CSS framework for responsive web design.
- Font Awesome - A library of scalable vector icons.
- Neelam Rawat - GitHub Profile