Skip to content

adritek/next-todo

Repository files navigation

Todo list with Nextjs

A SSR todo list app made with Nextjs and includes i18n!

Acknowledgements

Author

Installation

This project uses React v18.2.0+
Clone the repo then open a terminal in the root folder, and install App dependancies

  npm install

Run Locally

Start the app

  npm start

🔗 Links

github linkedin

Lessons Learned

  • Always use form data, it's easier
  • useEffect requires 'use client', and client pages don't like async so much
  • to add data context, add typescript

About

Todo Nextjs app with i18n

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published