DEV Community

Cover image for Todo App
Verica Spaskovska
Verica Spaskovska

Posted on

Todo App

Overview of My Submission

Todo app to add, check and delete todo tasks.

Submission Category:

Choose Your Own Adventure

Link to Code

todo-app-mongodb

📋Simple Todo app made with Next.js, TailwindCSS and Mongodb Atlas.

image

Getting started:

-create MongoDB Atlas account

-donwload code

-install all the dependencies:

npm install

-Add your Atlas connection string to the MONGO_DB_URI in the .env file

-run the development server

npm run dev



Additional Resources / Info

technology used in this project:

  • MongoDB Atlas to store todo tasks

  • Next.js for backend server and routing

  • TailwindCSS

Top comments (0)