Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nirmit27/nextjs-topics-app

A simple webapp for sharing topics. 📝
https://github.com/nirmit27/nextjs-topics-app

api approuter backend crud crud-application database mongodb nextjs nextjs14 react tailwindcss typescript

Last synced: 4 days ago
JSON representation

A simple webapp for sharing topics. 📝

Awesome Lists containing this project

README

        

# 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:

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

Open [http://localhost:3000](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`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.

## Preview

### Home page
![Home](./public/images/home.png)

### Creating a new topic
![Create new note](./public/images/createNote.png)

### Updating an existing topic
![Update existing note](./public/images/updateNote.png)

## Deployment link

> [Check it out!](https://nextjs-notes-app-kappa.vercel.app/)