Skip to content

A todo list application that helps you sort your tasks between active and completed tasks built using React + Typescript

Notifications You must be signed in to change notification settings

brightiortsor/taskify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Web Application

A simple todo web application built using React, TypeScript, and functional components with hooks such as useState and useEffect.

Features

Add, edit, and delete tasks
Mark tasks as completed
Filter tasks by completed or active
Persist data in local storage

Getting Started

Clone the repository: git clone https://github.com/your-username/todo-app.git
Install dependencies: npm install or yarn install
Start the development server: npm start or yarn start
Open http://localhost:3000 to view the app in the browser

Build for production

Run npm run build or yarn build to create a production-ready build of the app.

Technologies Used

React - A JavaScript library for building user interfaces
TypeScript - A typed superset of JavaScript that compiles to plain JavaScript
useState hook- A hook that allows you to add state to functional components
useEffect hook- A hook that allows you to add lifecycle methods to functional components

Contributing

I welcome contributions to this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A todo list application that helps you sort your tasks between active and completed tasks built using React + Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published