maksad / tasks-frontend

A simple offline-first task management app implemented using Orbit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasks Frontend

This is the client-side component for the offline-first application I implemented for my thesis.

Requirements

Development

Setting up the development environment

Run yarn install to install the node dependencies for the project.

Running the development server

Run yarn start to start the development server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running the tests

Run yarn test to execute the unit tests via Karma.

Deploying

Deploy

About

A simple offline-first task management app implemented using Orbit

License:MIT License


Languages

Language:TypeScript 67.9%Language:JavaScript 28.6%Language:CSS 1.8%Language:HTML 1.7%