Skip to content

lwairore/angular-flashcard-game

Repository files navigation

Angular Flashcard Game

This is a flashcard app where you can add/edit/delete flashcards.

Demo

Here is a working live demo: https://lwairore.github.io/angular-flashcard-game/

The application looks as follows:

This image displays Angular Flashcard Game app

With no flashcard added

This image displays how Angular Flashcard Game app looks like without any added flashcard

Angular Flashcard Game uses observables in Angular services, FlashService, to make it easier to manage the state of the application. I also used immutability to improve performance by using the OnPush change detection strategy.

Built with

Reading resources

  • Bulma - Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It's 100% responsive, fully modular, and available for free.
  • Angular - Angular is a front-end web framework built by Google. It allows developers to build a single-page applications modeled around a model-view-controller (MVC) or model-view-viewmodel(MVVM) software architectural pattern. This architecture divides applications into different, but connected parts allowing for parallel development. Following this pattern, Angular splits its different components into the respective parts of a web application. Its components manage the data and logic that pertain to that component, display the data in its respective view, and adapts or controls the view based on the different messages that it receives from the rest of the app.

Team

Karangu Lucas Wairore

About

Nothing much to see here. This is a simple flashcard app where you can add/edit/delete flashcards.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published