diff --git a/README.md b/README.md index 1121643..a007d11 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# HackHub-WebUI \ No newline at end of file +# HackHub-WebUI + +HackHub-WebUI is a frontend web interface for the HackHub platform. +It provides a clean and simple UI to interact with HackHub features. + +## Tech Stack +- Next.js / React +- JavaScript +- CSS / Tailwind CSS + +## Getting Started + +### Prerequisites +- Node.js (v16 or above) +- npm or yarn + +### Run Locally +1. Clone the repository +2. Install dependencies: + npm install +3. Start the development server: + npm run dev + +## Contribution +Contribution are welcome .Feel free to open issues or submit pull requests.