Skip to content

grifano/fm-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react logo

React ToDo App

app screenshot

This repository contained the implementation of a todo list application using React. The project was created with Vite, used Formik for forms, Axios for HTTP requests, and styled-components with CSS modules. The application had several key functionalities, which are summarized below:

Functionality Summary

  • ✅ View the optimal layout for the app depending on the device's screen size
  • ✅ See hover states for all interactive elements on the page
  • ✅ Add new todos to the list
  • ✅ Mark todos as complete
  • ✅ Delete todos from the list
  • ✅ Filter by all/active/complete todos
  • ✅ Clear all completed todos

Live Demo

Project Setup

  1. Clone the repository.
  2. Install dependencies: npm install
  3. Start the development server: npm run dev

Acknowledgments

Author