greybax / angular-todo

Angular TODO app

Home Page:https://github.com/arsenk01/angular-todo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Todo app

Simple todo application, that is easy to understand and extend

N|Solid

The application currently supports Angular 15.1.2 version

Features

  • A simple todo application, allowing to Create, Update, Delete and mark Todo as completed
  • Works with the JSON Server to minimize the need of external API challanges
  • Simply run the server and application and start experimenting with todos
  • You can copy the Todo database and use it elsewere without a need for something unusual than just using the JSON file.

What's in the box

Angular Todo uses only open source projects:

Addtional specs

Feature Version
Typescript 4.9.4
Karma 6.3.4
Jasmin 4.0.3

Note: project is configured to use SASS.


Installation

Angular Todo requires Node.js latest to run, but you can try your luck with previous versions )).

Install the dependencies and devDependencies and start the server.

cd angular-todo
npm i

Development

RUN

To run the application server:

npm run server

Then you can run the main application:

npm start

Note: Application uses 4200 port as default. Want to change the port? Then go to package.json and change ng serve --open to ng serve --port XXXX --open

BUILD

To build the application run:

ng build

UNIT TESTS

To execute the unit tests run:

ng test

END 2 END UNIT TESTS

To execute the end-to-end unit tests run:

ng e2e

License

MIT

Free Software, Hell Yeah!

About

Angular TODO app

https://github.com/arsenk01/angular-todo

License:Other


Languages

Language:TypeScript 69.1%Language:HTML 19.6%Language:SCSS 6.7%Language:JavaScript 4.6%