This is a task management (To-Do) application developed using Angular. It allows users to add, remove, and mark tasks as completed. The application is designed to help users organize their daily tasks efficiently and simply.
- Add Tasks: Users can add new tasks to the list.
- Remove Tasks: Users can remove tasks that are no longer needed.
- Mark Tasks as Completed: Users can mark tasks as completed to keep track of their progress.
- Task List: View all tasks in a list with options to sort and filter them.
- Angular: Framework used for building the web application.
- TypeScript: Language used for developing the application.
- HTML/CSS: Technologies used for designing and styling the interface.
- Node.js and npm (Node Package Manager) installed on your machine.
-
Clone the repository:
git clone https://github.com/SomebodyBlacked/todo.git
-
Navigate to the project directory:
cd todo
-
Install the project dependencies:
npm install
To start the development server and view the application in your browser, use the following command:
npm run start
Open your browser and navigate to http://localhost:4200
to view the application.