TODO app with Local storage, CRUD functions and Login google authentication (firebase) so every user can have his own tasks. API key would be normally ignored in .env file but for the purpose of just showing my app i included it so others dont need to manually add it.
functions:
- Sign in/ Sign out
- Data saved between sessions
- Create tasks
- Update them
- Delete them
- Check/uncheck tasks
and API in use here is from: https://firebase.google.com/
If you dont have npm installed:
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/RostaOlsak/todo-app.git
- Install NPM packages
npm install
- Start the program
npm run dev
Rostislav Olšák - olsakrostislav@gmail.com or rosta.olsak12@gmail.com
Project Link: https://github.com/RostaOlsak/todo-app.git