Skip to content
/ TodoApp Public
forked from maciekt07/TodoApp

📝 React.js todo app with many features, including local storage, different emoji styles, import/export of tasks, and offline usage as a PWA.

License

Notifications You must be signed in to change notification settings

bdoss1/TodoApp

 
 

Repository files navigation

📝React.js Todo App

⚡ Features

  • Local Storage: Save all your tasks locally.
  • Custom Emojis: The app features different emoji styles to choose from, including Apple, Facebook, Twitter, Google and Native.
  • Share tasks by link: Easily share your tasks with others using a link. Example Link
  • It has a clean and responsive design, ensuring a smooth user experience across different devices.
  • Customizable Categories: Users can create and personalize task categories to suit their preferences.
  • Search Tasks: Search functionality allows you to filter tasks by name or description, making it easy to find what you need.
  • Task Reading Aloud: Option to have tasks read aloud, with a selection of voices to choose from.
  • Import/Export Tasks: Users can now import and export tasks to/from JSON files. This feature allows users to back up their tasks or transfer them to other devices easily.
  • Works offline: This app is a Progressive Web App (PWA), which means it can be installed on your device and used even when you're offline. You can access and manage your tasks without an internet connection, ensuring uninterrupted productivity.

📷 Screenshots

🚀 Performance

⚙️ Installation

To install and run the project locally, follow these steps:

  • Clone the repository: git clone https://github.com/maciekt07/TodoApp.git
  • Navigate to the project directory: cd TodoApp
  • Install the dependencies: npm install
  • Start the development server: npm run dev

The app will now be running at https://localhost:5173/.

About

📝 React.js todo app with many features, including local storage, different emoji styles, import/export of tasks, and offline usage as a PWA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%