ToDo List Web Application.
About • Functionalities • Layout • Technologies • Installation •
Small application with the basic elements for a React Application, by adding, removing and updating ToDo tasks in a list of items.
- Add ToDo Tasks
- Add with Enter
- Check empty fields
- Change ToDo task status
- Set as Done
- Delete ToDO
- Responsiveness for Mobile Devices
The following framworks/libraries were used for this project:
Check the full package.json
# 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