Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 626 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 626 Bytes

Next.js Overflow

Overflow is a community-driven platform for asking and answering programming questions. Get help, share knowledge, and collaborate with developers from around the world.

Live link: Next.js Overflow

Installation

  1. Clone the repository
  2. Install dependencies
    • npm install
  3. Run the development server
    • npm run dev

Acknowledgements

  1. Next.js Framework (With server components)
  2. Clerk for authentication
  3. Rapid API for job search functionality
  4. React Hook Form for handling forms
  5. PrismJS for syntax highlighting
  6. Zod for data validation