Skip to content

h-amster/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Todo App

Visit the Website

Overview

This project implements a todo list application with user registration, authentication, and CRUD operations for managing todos. It includes functionalities such as creating, editing, deleting todos, filtering by status, and toggling todo completion status.

Performance Metrics: Lighthouse Scores

Features

User Registration and Authentication:

  • Register users via email.
  • Authenticate users to access the application.

Todo Management:

  • Create todos with titles.
  • Edit todo titles.
  • Delete individual todos and clear completed todos.
  • Filter todos by status (All, Active, Completed).

API Interaction:

  • Utilizes API endpoints for user registration, authentication, and managing todos.
  • Handles error cases and displays appropriate notifications.

User Interface:

  • Responsive UI design.
  • Hides elements based on todo status to optimize user experience.

Implementation Details

Tech Stack:

  • React: JavaScript library for building user interfaces.
  • TypeScript: A superset of JavaScript that adds static types to the language, enhancing code quality and developer productivity.
  • React Hooks: Utilized useState, useEffect, useContext, useRef for managing component state and lifecycle methods.
  • Classnames: Library for conditional CSS classes in React components.
  • React Transition Group: Used for implementing animations within the application.
  • SCSS: Preprocessor scripting language for styling.
  • Bulma: CSS framework for building responsive web designs.
  • Font Awesome: Icon toolkit for adding vector icons and social logos.

Usage:

  • Register/Login using your email.
  • Create, edit, and delete todos.
  • Filter todos based on status.

Error Handling:

  • Displays appropriate error messages for failed API requests or invalid operations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published