- π¦ Local and session storage: Save tasks locally and retain form data using session storage.
- π 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
- π± Clean and responsive design: Ensures smooth user experience on various devices.
- π Native Intl Integration: Adapts to your language, timezone, and date preferences using the native
Intl
API - ποΈ Customizable Categories: Users can create and personalize task categories to suit their preferences.
- π¨ Color Themes: Users can choose several app color themes.
- ποΈ Multi-Task Selection: Option to select multiple tasks and perform actions on all of them at once.
- π 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 using the native
SpeechSynthesis
API, with a selection of voices to choose from.
- π₯ Import/Export Tasks: Users can import and export tasks to/from JSON files. This feature allows users to back up their tasks or transfer them to other devices easily. Example Import File
- π΄ 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.
- React
- Typescript
- Vite
- Emotion
- MUI
To install and run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/priest-2105/todo-list.git
- Navigate to the project directory:
cd todo-list
- Install the dependencies:
npm install
- Start the development server:
npm run dev
The app will now be running at http://localhost:5173/.
# todo-list