Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.39 KB

TO_DO_LIST

This repository contains a simple TO-DO List project implemented using Angular. The TO-DO List application allows users to manage their tasks by adding, editing, and marking tasks as completed. This project is a great starting point for those who want to learn and practice Angular concepts.

Features :

  • Add new tasks with a title and optional description.
  • Edit existing tasks to update their details.
  • Mark tasks as completed, and easily identify completed tasks.
  • Remove tasks from the list.

Getting Started :

Follow the steps below to set up the project on your local machine and run it.

1- Clone the repository to your local machine using Git:

$ git clone https://github.com/yassineboujrada/TO_DO_LIST.git

2- Navigate to the project directory:

$ cd TO_DO_LIST

3- Install the required dependencies:

$ npm install

Once the installation is complete, you can run the TO-DO List application using the Angular CLI.

$ ng serve

The application will be available at http://localhost:4200/ by default.

Contributing :

Contributions are welcome! If you find any issues or want to improve the application, feel free to open an issue or submit a pull request.

We hope you find this Angular TO-DO List project useful for your learning and development journey. If you have any questions or feedback, don't hesitate to reach out. Happy coding! 🚀