Age1eSS-create / note-next

Note App Next.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Note App

A web application for working with notes.

  • Adding a new note.
  • Editing a note.
  • Deleting a note.
  • Exporting a note to a txt file.
  • Importing a note from a txt file.

This is a Next.js project bootstrapped with create-next-app.

Directory Structure

├──src — Web application front-end built with Next.js.
├──public — Public folder.
├──pb_data — Stores your application data, uploaded files, etc.
├──pb_migrations — Contains JS migration files with your collection changes.

Getting Started

First, run ./pocketbase serve in the extracted directory

Second, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

About

Note App Next.js


Languages

Language:TypeScript 68.1%Language:SCSS 19.7%Language:JavaScript 12.2%