This is my first app using React. The code will be improved with experience 🤘 🎉
git clone https://github.com/samuel27m/react-todo.git
cd react-todo
npm install
npm start
- React 🙄
- Bootstrap v4
- Sweetalert2
Yes! This app uses the provided tools by React to be PWA compatible! Open the website in your phone and you will see the button to add it to your home screen 😄 🎉
This app saves your tasks using the localStorage
object, this means your tasks will be saved offline!
Unfortunately also means that the data is not saved across all your devices 😞