Skip to content

thiagodacoregio/first-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

A simple React application for managing tasks, featuring localStorage for persistent data.

📝 Features

  • Add new tasks.
  • Display a list of tasks.
  • Save tasks in the browser's localStorage to persist data after refresh.

🚀 Technologies Used

  • React: Library for building user interfaces.
  • JavaScript (ES6+): Core language for building the application.
  • HTML5 & CSS3: Markup and styling.

📂 Project Structure

├── public/            # Public folder
├── src/               # Source folder
│   ├── App.js         # Main application component
│   ├── index.js       # Entry point
│   └── ...            # Additional files
├── package.json       # Project configuration
└── README.md          # Project documentation

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors