Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 583 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 583 Bytes

React TypeScript Todo App

DEMO LINK

A todo app built with React, TypeScript, and styled with Bulma. This app allows users to create, edit, and delete todo while communicating with a backend API to save and retrieve user todos.

Technologies Used

  • React, React Context
  • TypeScript
  • Bulma
  • Fetch API

Features

  • Create, edit, and delete todo
  • Mark todo as checked
  • Filter todos by status
  • Save and retrieve notes from a server using the Fetch API
  • User-friendly interface with Bulma styling
  • Built with React and TypeScript