Skip to content

Latest commit

 

History

History
34 lines (32 loc) · 940 Bytes

TODO.md

File metadata and controls

34 lines (32 loc) · 940 Bytes

This is my small todo list for this app

[x] add routes

  • homepage route
  • login route
  • registration route [x] add registration
  • send request to API
  • save user to localStorage
  • if success
    • redirect user to the homepage
  • if error [x] render the same form [x] add log in
  • send request to API
  • redirect after success
  • show error message on error [x] use user model [x] add tailwind [x] create one AuthComponent [x] show list of restaurants [x] modal
  • filters
  • validations in the Form.tsx
  • refactor Restaurants component
  • log out
  • truncate description
  • openning hours
  • refactor routes
  • do I need to check localstorage in Homepage.tsx
  • page dissappears on referesh on netlify
  • [] fix all imports - Friday
  • height of HTML&Body