A simple Todo List PWA project made with React
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
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.
- Clone the repo
git clone https://github.com/jeferson0993/react-todo-app.git
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
- Add dark mode option
- Multi-language Support
- English
- Spanish
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GNU Affero General Public License v3.0 License. See LICENSE
for more information.
Jeferson F Silva - @jeferson0993 - [email protected]
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!