Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 📝
- Host: GitHub
- URL: https://github.com/nirmit27/nextjs-topics-app
- Owner: nirmit27
- License: mit
- Created: 2024-05-20T10:09:49.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T23:05:10.000Z (2 months ago)
- Last Synced: 2024-09-10T03:18:51.877Z (2 months ago)
- Topics: api, approuter, backend, crud, crud-application, database, mongodb, nextjs, nextjs14, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nextjs-notes-app-kappa.vercel.app/
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)