Skip to content

πŸ“ Task List – React Project This is my first React project, built as part of my Front-End course at DevClub.

License

Notifications You must be signed in to change notification settings

Menephyl/toDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Task List - React Project

This is my first React project, developed during my Front-End training at DevClub. It's a simple and responsive to-do list app that helped me understand the foundations of component-based development in React.

πŸš€ Technologies Used

  • React
  • Styled Components
  • React Icons
  • Google Fonts
  • HTML & CSS within JSX components

🎯 Features

  • βœ… Add and remove tasks
  • βœ… Conditional interface (shows message when there are no tasks)
  • βœ… Custom styling with Styled Components
  • βœ… Responsive design

πŸ’‘ What I Learned

This project helped me practice:

  • Using functional components and managing state with useState
  • Creating custom-styled components with Styled Components
  • Importing and applying React Icons and Google Fonts
  • Handling component composition and props
  • Writing clean and organized JSX

πŸ“Έ Preview

(You can add a screenshot or animated GIF here!)

πŸ“‚ Getting Started

To run this project locally:

git clone https://github.com/seu-usuario/nome-do-repositorio.git
cd nome-do-repositorio
npm install
npm start

πŸ“‚ Getting Started

To run this project locally:
git clone https://github.com/seu-usuario/nome-do-repositorio.git
cd nome-do-repositorio
npm install
npm run dev


πŸ’‘ Make sure you have Node.js and npm installed. Run the command npm run dev in your IDE's terminal to start the development server.






# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh

## Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the [TS template](https://github.com/vitejs/vite/tree/main/packages/create-vite/template-react-ts) for information on how to integrate TypeScript and [`typescript-eslint`](https://typescript-eslint.io) in your project.

About

πŸ“ Task List – React Project This is my first React project, built as part of my Front-End course at DevClub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published