Skip to content

FelBenini/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO APP

This is a simple todo app built with React, React-Cookie, and Material-UI. The app allows users to create, view, update, and delete their todos.

Features

  • Create new todos
  • View existing todos
  • Delete existing todos
  • Data storage using React-Cookie
  • Material-UI for some styling and UI elements

Getting started

  1. Clone the repository to your local machine
$git clone https://github.com/username/todo-app.git
  1. Navigate to the development server
$cd todo-app
  1. Install the necessary dependencies
$npm install
  1. Open http://localhost:3000 in your browser to view the app

Built with

  • React - A JavaScript library for building user interfaces
  • React-Cookie - A library for handling cookies in React
  • Material-UI - A React UI framework that implements Material Design

Authors

  • Felipe Benini (me)