Todo List UI
This is the frontend client for the ToDo List application built with Angular.
- User login and registration
- Create, edit, and delete tasks
- Task filtering by priority and due date
- Responsive design for desktop and mobile
- Node.js (v18+ recommended)
- Angular CLI (
npm install -g @angular/cli) - A running instance of the ToDo API backend
-
Clone the repository:
git clone https://github.com/sagig9/todo-ui.git cd todo-ui -
Install dependencies: npm install
-
Run the development server: ng serve
-
Access the app in your browser: Navigate to http://localhost:4200 in your browser.
ng build --configuration production