Next.js client for a TODO style app, the associated server is at https://github.com/jcockbain/todo-server.
npm start
npm run dev
/
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.
-
Next.js to handle the building of the app. next.js
-
useSWR, for data-fetching cache. useSWR
-
Tailwindcss for styling. tailwindcss
-
React-Big-Calendar for the calendar component. react-big-calendar
-
Recharts for chart components. recharts
👤 James Cockbain
- Website: jamescockbain.com
- Github: @jcockbain
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator