To run this project locally, follow these steps:
-
Clone the repository:
git clone [email protected]:minhazurrony/forum-app.git
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 to view it in the browser.
Live Link: https://forum-app-sigma-mauve.vercel.app/
app/
: Contains all the pages & components.app/components/
: Reusable React components.app/constants/
: Contains constants.public/
: Static assets such as images and fonts.app/types/
: Global TypeScript types.app/utils/
: Utility functions and helpers.