Giter Club home page Giter Club logo

angular-todo's Introduction

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!

angular-todo's People

Contributors

arsenk01 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.