RodSilvaSoul / next.js-notes-frontend

a simple notpad application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

a simple notepad application using next.js, react query to manipulate server data and react hook form to validate forms

Features

Add a new note

Alt Text

Edit a note

Alt Text

Search for notes

Alt Text

Moving notes

Alt Text

Navigation

Alt Text

Theme switch

Alt Text

How install and user

  $ git clone https://github.com/RodSilvaSoul/next.js-notes-frontend.git
  # clone 

  $ npm instal
  # install the dependencies

  $ npm run server
  # start server

  $ npm dev 
  #start the application

Technologies used

About

a simple notpad application


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%