Skip to content

nirmit27/nextjs-topics-app

Repository files navigation

CRUD Topics

This is a simple web application that lets the users create, read, update and delete topics. 📝

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Preview

Home page

Home

Creating a new topic

Create new note

Updating an existing topic

Update existing note

Deployment link

Check it out!