/todo-list-app

Primary LanguageTypeScriptMIT LicenseMIT

Todo List.

AboutFeatsLayoutTechnologiesSetupLicense

🚧 Completed project 🚧

💻 About the project

Simple todo list web app to save and manage tasks.

☑ Feats

  • Insert tasks
    • Insert with enter
    • Empty field check
  • Change task state
    • Mark as done
    • Delete task
  • Responsive design

🎨 Layout

Desktop

Mobile

🔨 Built With

The following technologies were used to build this project:

🚀 Setup

# 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

📝 License

This project is under MIT license.


Develope with 💜 by Manoel Lopes