Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 850 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 850 Bytes

React TODO

This is my first app using React. The code will be improved with experience 🤘 🎉

react-todo-image

Installation

git clone https://github.com/samuel27m/react-todo.git
cd react-todo
npm install
npm start

What does it use?

  • React 🙄
  • Bootstrap v4
  • Sweetalert2

PWA

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 😄 🎉

How does this save my tasks?

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 😞