Skip to content

ViaxCo/todolist-v4-next

Repository files navigation

todolist-v4-next

This app lets you create various todo lists with their individual items, built using Next JS and SWR.

This app is a fork of todolist-v4-react.

The redux branch contains the exact project built with Redux.

How to use

Clone the project:

git clone https://github.com/ViaxCo/todolist-v4-next.git

Install dependencies:

npm install

Create a .env.local file for this environment variable:

MONGO_URI=
SECRET=

Run the dev server:

npm run dev

Build out the project for production:

npm run build