Skip to content

yoseflakew25/ToDoPro

Repository files navigation

ToDoPro

ToDoPro is an online task management application designed to assist users in effectively handling their daily workload. Developed using React JS, Tailwind CSS, and TypeScript, it offers a wide range of useful features. Users can easily create, manage, and organize tasks, enabling them to optimize their productivity.

page

Demo

👇👇👇
You can access the live demo of ToDoPro at https://to-do-pro.vercel.app/. 👆👆👆

Screenshots

To-do list website made with React JS, Tailwind CSS, TypeScript and more. page

Add New

GameCenter

Light mode: LightMod

Features

  • Responsive design for optimal usage on various devices.
  • Filter tasks by status (all, active, completed).
  • Applied to organize your tasks with the following data: title, description, date, mark as complete and mark as important.
  • Tasks are organized into routes: today's tasks, important tasks, incomplete, complete, all tasks and tasks by directory (folder). Directories and tasks can be edited or deleted. In addition, there is a main directory called "Main" which cannot be edited or deleted.
  • The list of tasks can be displayed first in: nearest, farthest, complete or incomplete.
  • You can search for any tasks in the search field.
  • Today's tasks are shown in the user section and in notifications.
  • Tasks, directories and DarkMode data are saved to localStorage.

Goal

The main goal of this project is to put into practice knowledge of TypeScript, Tailwind CSS, and React JS. By building a to-do list application, it aims to showcase various features and functionalities that can be implemented using these technologies.

Tools used

  • React JS
  • TypeScript
  • Tailwind CSS
  • React Router DOM
  • HTML
  • Api
  • Weather
  • Game
  • Figma

How to Run

if Need run on your machine:

Clone project

git clone https://github.com/yoseflakew25/ToDoPro.git

go to project

cd ToDo-main

install npm

npm install

start project

npm start

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

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

Acknowledgements

  • The project uses various open-source libraries and frameworks, including React JS, Tailwind CSS, and TypeScript.