Abdogouhmad / NTM

this a small web note app for taking notes so that you can be up to date.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Getting Started

First, run the development server:

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

Tasks

  • sign up
  • forgot and reset passsowrd
  • login
  • logout (hard coded)
  • middleware is implemented (should handle the accesstoken key should be verificed)
  • display username in dashboard (hard coded using cookies)
  • POST note is working fine atm
  • GET -> implemnent the UI for it

About

this a small web note app for taking notes so that you can be up to date.


Languages

Language:TypeScript 91.9%Language:Shell 4.3%Language:Dockerfile 1.8%Language:CSS 1.5%Language:JavaScript 0.5%