Skip to content

TechnoMage21/Taskflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList-React

A simple To-Do List app built with React. This app allows users to perform CRUD operations on tasks (Create, Read, Update, Delete) and is implemented using React Hooks (useState, useEffect), Bootstrap, and React Icons for a clean and responsive interface.

Features

  • Add new tasks to your to-do list
  • Mark tasks as completed
  • Edit tasks
  • Delete tasks from the list
  • Persistent state using localStorage (optional feature)
  • Mobile-responsive UI built with Bootstrap
  • React Icons for a modern look

Tech Stack

  • React: JavaScript library for building user interfaces
  • React Hooks: useState, useEffect
  • Bootstrap: For styling and responsive design
  • React Icons: For icons in the app (e.g., checkmark, trash bin)

Installation

Prerequisites

  • Node.js: Install from nodejs.org
  • npm: Node package manager (comes with Node.js)

Clone the Repository

  1. Clone the repository to your local machine:
    git clone https://github.com/your-username/ToDoList-React.git
    

Releases

No releases published

Packages

No packages published