Skip to content

Next.js client for a TODO style app, interfacing a Mongo-Express server for persistence.

Notifications You must be signed in to change notification settings

MERN-todo/next.js-todo-client

Repository files navigation

Next.js todo-client

License: MIT

Next.js client for a TODO style app, the associated server is at https://github.com/jcockbain/todo-server.

Install

npm start

Usage

npm run dev

Pages

  • /

A Calendar of the tasks, with an interface to create new tasks.

  • /today

A list of today's tasks, with interface to create, update and delete.

  • /stats

Graphical summary of complete/incomplete tasks, by date.

Technologies

Author

👤 James Cockbain

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Next.js client for a TODO style app, interfacing a Mongo-Express server for persistence.

Topics

Resources

Stars

Watchers

Forks