Skip to content

TheLe0/todo-sphere-web

Repository files navigation

TODO | Frontend

image

This is a simple TODO app made with:

  • Angular 13
  • UIKit
  • NgRx

Subjects

This application covers all this topics:

  • Granularize the application by components;
  • Modularization of the components;
  • Consume data from an API (a fake one in this case);
  • Asynchronous and reactive programming;
  • Using stores and reducers to communicate between components;

Setup

You can run the application only with Docker installed on your machine with the command:

docker-compose up -d

Or, if you want to improve and develop, you are going to need installed:

Note: The application runs with a fake backend (json-server), is a tool that easily helps you to simulate REST API calls.

After you install all these dependencies, you can run the application by:

npm install
npm run dev