Skip to content

sagig9/todo-ui

Repository files navigation

todo-ui

Todo List UI

This is the frontend client for the ToDo List application built with Angular.

Features

  • User login and registration
  • Create, edit, and delete tasks
  • Task filtering by priority and due date
  • Responsive design for desktop and mobile

Requirements

  • Node.js (v18+ recommended)
  • Angular CLI (npm install -g @angular/cli)
  • A running instance of the ToDo API backend

Getting Started

  1. Clone the repository:

    git clone https://github.com/sagig9/todo-ui.git
    cd todo-ui
    
  2. Install dependencies: npm install

  3. Run the development server: ng serve

  4. Access the app in your browser: Navigate to http://localhost:4200 in your browser.

Build for Production

ng build --configuration production

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published