- This project uses nextjs13's app directory.
- All static assets like images and svg's are in
public
dir. lib
dir contains functions which are responsible for conversion of numbers- All React Components and page files lives in
app
dir only.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
To learn more about the technologies used in this project take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- TailwindCSS Docs
- DuCanhGH/next-pwa