Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saadmahi/89-angular-todo-app
- Owner: SaadMahi
- Created: 2024-08-21T04:15:25.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T11:55:27.000Z (4 months ago)
- Last Synced: 2024-10-14T05:40:16.299Z (2 months ago)
- Topics: angular, angular-cli, angular11-crud, tailwindcss, todoapp, todolist
- Language: TypeScript
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.