/todo-list-ui

Test task from one of the companies

Primary LanguageJavaScript

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