Todo List.
About • Feats • Layout • Technologies • Setup • License
Simple todo list web app to save and manage tasks.
- Insert tasks
- Insert with enter
- Empty field check
- Change task state
- Mark as done
- Delete task
- Responsive design
The following technologies were used to build this project:
# Clone the repository
git clone https://github.com/manoel-lopes/todo-list-app.git
# Access the project folder
cd todo-list-app
# Install the dependencies
npm install
# Run the application
npm run dev
# The server will start on port:3000 - go to http://localhost:3000
This project is under MIT license.
Develope with 💜 by Manoel Lopes