This project is built using React.js, Next.js, Tailwind CSS, Typescript.
Project directories are structured as follows:
root
├── /public
├── /favicons
├── /img
├── /src
├── /components
├── /pages
├── /css
├── /fonts
├── /utils
package.json
tsconfig.json
next.config.js
postcss.config.js
tailwind.config.js
### Running Locally
```bash
npm install
npm run dev
Open http://localhost:3000 in your browser to see the result.