Skip to content

turner1979/fundz-angular

Repository files navigation

Fundz App - Angular

Fundz is a demo app which allows users to create one or more funding targets to track their progress towards them.

Users can perform the following tasks:

  • Add fund
  • View all funds
  • View individual fund
  • Update fund
  • Delete fund
  • Change colour assigned to fund

Data is not persisted with a backend database, it's saved on local storage for simplicity of demo.

Notes

The app demonstrates the use of the following:

  • Creating components
  • Creating services
  • Creating custom input components
  • Routing
  • Using models ( Typescript interfaces )
  • Using Observables ( with RxJs )

Stack Used

  • Angular ( v10 )
  • SCSS
  • TypeScript
  • HTML

Versions

  • Angular - [ App ]
  • AngularJS - (TODO)
  • Bit - (TODO)
  • React - (TODO)
  • Svelte - (TODO)
  • Vue - [ App | Code ]

Running the App Locally

After cloning the repo run ng serve from the cmd line and open http://localhost:4200/ in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published