AsumVictor / React-Todo-list

This repository contains a Todo List web application that allows users to manage and organize their tasks efficiently. The application is built using React.js, with local storage as backend to store todos

Home Page:https://aiasum-todo.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“–Math Magician

This repository contains a Todo List web application, an exercise from microverse, that allows users to manage and organize their tasks efficiently. The application is built using react.js, with local storage mimicking the role of backend

πŸ›  Built With

Tech Stack

Client

Key Features

  • Add Task: Users can add new tasks by entering a title and optional description.
  • View Tasks: The application displays a list of all the tasks with their corresponding details.
  • Mark as Complete: Users can mark tasks as complete, providing a sense of accomplishment.
  • Edit Task: Users can edit the title or description of existing tasks to keep the list up-to-date.
  • Delete Task: Tasks can be deleted individually when they are no longer needed.
  • Persistence: The application stores the tasks locally using browser storage to retain data between sessions.

Live demo

I have deployed the project of github. Click to view the live version of my project

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • To download a text editor. example Visual Studio Code
  • Install Node

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/AsumVictor/Math-magician.git

Install

run

  npm install

Usage

npm start

Run tests

npm run eslint
npm run stylelint

Deployment

You can deploy this project using:

Github pages depolyment

(back to top)

πŸ‘₯ Author

πŸ‘€ Asum Victor

(back to top)

πŸ”­ Future Features

  • Adding loging and rebost home page

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star ⭐️ ⭐️ ⭐️

(back to top)

πŸ™ Acknowledgments

I would like to thank my coding partner as well as code reviewers for help me to bring this project

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

This repository contains a Todo List web application that allows users to manage and organize their tasks efficiently. The application is built using React.js, with local storage as backend to store todos

https://aiasum-todo.netlify.app/

License:MIT License


Languages

Language:JavaScript 84.6%Language:HTML 14.6%Language:CSS 0.8%