/prompt-dictionary

This is my first full-stack Next.js 13.4 app I created by following the amazing tutorial by JavaScript Mastery Next.js 13 Full Course

Primary LanguageJavaScript

Prompt Dictionary

This is my first full-stack Next.js 13.4 app I created by following the amazing tutorial by JavaScript Mastery Next.js 13 Full Course

Deployed at https://agrpaavan-promptdict.vercel.app


Getting Started

Clone the repository and install the dependencies by running:

npm install
# or
yarn

First, run the development server:

npm run dev
# or
yarn dev

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