This project was generated with Angular CLI version 11.2.19.
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.
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.
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
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To run and use this project, make sure you have the following setup on your machine:
- Angular CLI: 11.2.19
- Node.js: 10.24.1 (Currently using 64-bit executable)
- nvm: Use Node Version Manager (nvm) to switch or download multiple Node versions.
- npm version: 8.19.4
- json-server: 0.16.3
- npm -v: 8.19.4
- json-server: Run
npm run server
to start the JSON server.
To get more help on the Angular CLI, use ng help
or check out the Angular CLI Overview and Command Reference page.