Skip to content

samuel27m/react-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 😞