ID Flag

ReactTypeScriptTailwindCSS

Screenshot

Screenshot Notes App - Frontend

Getting Started

Cloning this repo use SSH

git clone git@github.com:IrvanAhmadP/Notes-App-Frontend.git

Cloning this repo use HTTPS:

git clone https://github.com/IrvanAhmadP/Notes-App-Frontend.git

Open the directory:

cd Notes-App-Frontend

Installing

First time you need to install all of package json.

npm i
# or
yarn
# or
pnpm i

Running Project

To run the project, you can use the command below:

npm run start
# or
yarn start
# or
pnpm start

Built With

  • React
  • TypeScript
  • TailwindCSS