Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.52 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.52 KB

Things

Introducing the revolutionary new to-do app that’s going to totally change your life! Because, of course, what you really needed was yet another app to remind you of all the tasks you’ll probably ignore anyway. Things does everything your phone's default notes app already does—but with more steps! Add tasks, forget them, and experience the joy of feeling productive without actually doing anything. Perfect for those who love the idea of organization but are completely allergic to follow-through.

Features (Work In Progress)

  • Add tasks
  • Forget them
  • Works Offline
  • Feel productive
  • No Account Needed
  • Mark them as completed
  • Your data is locally saved
  • Don't actually do anything

That's it! Enjoy the sweet satisfaction of using yet another todo app that’s sure to change your life — just like the last five did!

Installation

  1. Clone the repository
  2. Run pnpm install
  3. Run pnpm dev

Contributing

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Submit a pull request

Make sure to create a .env file with the following variables:

# Required for Cloudinary Dynamic Image Assets
VITE_PUBLIC_CLOUDINARY_CLOUD_NAME="<Your Cloudinary Cloud Name>"

If the .env file is not loading even if you have it in the root directory, go to dev tools and right click on reload button and do hard refresh and empty cache. That should fix the issue.

License

This project is licensed under the MIT License. See the LICENSE file for more details.