Skip to content

A calendar to-do combo application that stores your to-do's by days

Notifications You must be signed in to change notification settings

TheRamik/calendoo

Repository files navigation

Calendoo

A calendar to-do combination web application that stores your to-do's day by days! This is a Next.js project that uses Mongoose as the ORM for MongoDB.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

API routes can be accessed on http://localhost:3000/api/todos. This endpoint can be edited in pages/api/todos/index.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

About

A calendar to-do combo application that stores your to-do's by days

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published