A simple Todo List PWA project made with React
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project is a Progressive Web App (PWA) built using React and styled with Tailwind CSS. The app allows users to easily create, read, update and delete the tasks. Designed with a minimalist approach, the app offers a clean user experience while taking advantage of PWA features such as offline functionality and the ability to install the app on mobile devices.
This section lists some tecnologies used on this project.
Instructions on setting up your project locally. To get a local copy up and running follow these simple steps.
Node.js
This project doesn't rely on any external dependencies or services.
git clone https://github.com/jeferson0993/react-todo-app.git
git remote set-url origin github_username/repo_name
git remote -v # confirm the changes
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GNU Affero General Public License v3.0 License. See LICENSE
for more information.
Jeferson F Silva - @jeferson0993 - jeferson0993@gmail.com
Project Link: https://github.com/jeferson0993/react-todo-app
Resources that i find helpful. I've included a few of my favorites to kick things off!