Skip to content

cristelleal/todolist

Repository files navigation

To-Do-List 📋

This project allows you to manage your tasks: you can add or remove a task, and mark it as completed when done. The sleek and elegant design, in a dark theme, was created by Millena Martins. For this project, I used vanilla JavaScript (with ES6 Modules) and node JS for the server.

🛠️ Run the project

The front-end can be accessed at: http://localhost:1234/ - The back-end server is locally hosted at: http://localhost:3000/

npm install or yarn install
npm start or yarn start 

🛠️ Tech Stack

Image