Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.28 KB

A typescript react client todo list

Todo Image

This client is made in react and sass for my rest api

Demo

The demo for this code is in this link, in the first attemp to login it my take some time to start the server( this is because the server is free) so please take some calm 😇.

Information

For now the webapp is still in beta because is still left some styling to do.

  • You can log and sing up in different accounts
  • All the todos that you make are stored in a external DB
  • The frontend styling is made all in sass and its compiled to css
  • It's optimized for pwa so it's instalable
  • For now some mobile devices may experience some styling issues but in the next update they will be soved

Deployment

To deploy do the following:

  • Edit the .env file and add the REACT_APP_API_URL to your self hosted rest api proyect
  npm install  
  npm run build
  • Then deploy to a site like vercel

Contribute

To contribute only develop in local and make a pull request with the changes and if they are usefull I will be charmed to include them.