/nextjs-todoapp

Todo App with Next.js 13 and TypeScript

Primary LanguageTypeScript

Todo App with Next.js 13

Introduction

A basic Todo App created in Next.js 13. You can view the demo here.

Setup

# 1. Clone repo & Install deps
git clone https://github.com/saadfrhan/nextjs-todoapp && cd nextjs-todoapp && npm i
# 2. Run dev server
npm run dev