Skip to content

the-siavash/todolist-app

Repository files navigation

Another Simple Todolist App :)

Overview

Another simple responsive todolist app built with React written in JS, that helps you stay organized and productive!
With it's user-friendly interface, you can easily add, update, remove, and sort tasks.

App Features

  • Add tasks with title and description
  • Mark tasks as completed or pending todo with checkbox
  • Update task's title and description
  • Remove tasks
  • Sort tasks based on completed or uncompleted tasks
  • Sort tasks based on newest or oldest tasks
  • Support local storage

Tech Details

  • HTML/CSS
    • Responsive Design
    • Used BEM Methodology
  • React 18 (written in JS)
  • Dependencies
    • FontAwesome
    • React Hot Toast

Links

Run it on your local :)

  1. Clone this repository
git clone https://github.com/the-siavash/todolist-app.git
  1. Navigate to the project directory
cd todolist-app
  1. Install dependencies
npm i
  1. Run app server
npm run dev
  1. Open address to your favorite browser :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published