Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saadmahi/89-angular-todo-app

The TodoApp is a simple task manager built with Angular 🅰️. It allows users to add, view, and manage tasks with reminders 📝⏰. A mock backend using json-server handles the data, making it easy to practice Angular and CRUD operations.
https://github.com/saadmahi/89-angular-todo-app

angular angular-cli angular11-crud tailwindcss todoapp todolist

Last synced: 2 months ago
JSON representation

The TodoApp is a simple task manager built with Angular 🅰️. It allows users to add, view, and manage tasks with reminders 📝⏰. A mock backend using json-server handles the data, making it easy to practice Angular and CRUD operations.

Awesome Lists containing this project

README

        

# TodoApp
![todo-app](https://github.com/user-attachments/assets/ebd83e74-7af0-4d42-94d4-d97965708862)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.19.

## Project Overview

TodoApp is a simple task management application that allows users to manage their daily tasks efficiently. The application displays a list of tasks with details such as task name, day, and reminder status. Users can add, delete, and toggle reminders for tasks. The frontend is built using Angular, and the backend is simulated using `json-server` to handle the tasks data.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).

## Prerequisites

To run and use this project, make sure you have the following setup on your machine:

1. **Angular CLI:** 11.2.19
2. **Node.js:** 10.24.1 (Currently using 64-bit executable)
3. **nvm:** Use Node Version Manager (nvm) to switch or download multiple Node versions.
4. **npm version:** 8.19.4
5. **json-server:** 0.16.3
6. **npm -v:** 8.19.4
7. **json-server:** Run `npm run server` to start the JSON server.

## Further help

To get more help on the Angular CLI, use `ng help` or check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.