This project was bootstrapped with Create React App.
- React
- React Datepicker
- Styled Components
- Supabase / Local Storage
There are several branches on this project with the following purposes:
- simple-todo: todo app using state
- local-storage: todo app with data stored inside local storage
- supabase: todo app with data stored in supabase
-
On
supabase
branchIf you are on
supabase
branch, you need to copy.env.example
, rename it to.env.local
, create new supabase project and add your key. You can follow the docs here.Then you can run
yarn start
. -
On other branch
You can simply run
yarn start
to start the app
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Read key takeaways that I learned here