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.
- Create new todos
- View existing todos
- Delete existing todos
- Data storage using React-Cookie
- Material-UI for some styling and UI elements
- Clone the repository to your local machine
$git clone https://github.com/username/todo-app.git
- Navigate to the development server
$cd todo-app
- Install the necessary dependencies
$npm install
- Open http://localhost:3000 in your browser to view the app
- 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
- Felipe Benini (me)