pillowhead / todo-frontend

Frontend for todo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO-Frontend

Frontend to https://github.com/morosystems/todo-be

Installation

  • clone this repository
  • npm install
  • npm start will start server on http://localhost:3000

Planned update

  • correct the delay carried due to loading the list from backend.

Known issue

  • currently a lot of the actions carry the 3s delay from the backend when loading the list. Possible solution to load from db.json only once and keep any further updates on State for frontend and with axios for db.json on backend.

About

Frontend for todo app


Languages

Language:JavaScript 86.6%Language:HTML 11.1%Language:CSS 2.3%