EugeneOsadchyi / todo-list-ui

Test task from one of the companies

Home Page:https://todo.moneys-club.pp.ua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo List Application (frontend)

Demo

https://todo.moneys-club.pp.ua

Application consists of

Pre-requirements

Installation instructions

  1. Make sure that the backend is up and running.
    PS: If it runs not at http://localhost:4000 configure REACT_APP_BASE_URL environment variable with a correct endpoint (e.g. REACT_APP_BASE_URL=https://todo.moneys-club.pp.ua)
  2. Install the dependencies
    npm install
  3. Start application
    npm start

TODOs

  • Review and refactor components
  • Think of the better way to filter items (maybe stop doing filtering on the backend)
  • Maybe save the value of the filter somewhere in the localstorage to make it persistent
  • Make it running at https://todo.moneys-club.pp.ua

About

Test task from one of the companies

https://todo.moneys-club.pp.ua


Languages

Language:JavaScript 74.4%Language:CSS 16.0%Language:HTML 8.4%Language:Dockerfile 1.2%