react_todo_list

Small application with the basic elements for a React Application, by adding, removing and updating ToDo tasks in a list of items.

MIT License

Stars
1
Committers
2

💻 About

Small application with the basic elements for a React Application, by adding, removing and updating ToDo tasks in a list of items.

☑ Functionalities

  • Add ToDo Tasks
    • Add with Enter
    • Check empty fields
  • Change ToDo task status
    • Set as Done
    • Delete ToDO
  • Responsiveness for Mobile Devices

🎨 Layout

Figma File

Figma Mock

🔨 Technologies

The following framworks/libraries were used for this project:

Check the full package.json

🚀 Installation

# Clone the repo
git clone https://github.com/flavioccf/react_ignite_challenge_01.git

# Access the project
cd react_ignite_challenge_01

# Install dependencies
npm install

# Run the application
npm run dev

# The server will start - port:3000 - acesse http://localhost:3000