Skip to content

SRM-IST-KTR/ohplaceholder

Repository files navigation

OSSOME Hacks 2.0 Placeholder Website

This is a Next.js project bootstrapped with create-next-app.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:
git clone https://github.com/SRM-IST-KTR/ohplaceholder.git
  1. Install the dependencies:
npm install
  1. Start the development server:
npm run dev

Open http://localhost:3000 in your browser to view the website.

Figma Design

For the design layout, refer to this Figma link.

https://www.figma.com/design/uyDsHd7eJugwAkLtWXfQs9/GCSRM-Recruitment?node-id=0-1&t=366rTJZGV8UgtKIC-1

You can edit the main page by modifying pages/index.js. Changes will auto-update in the browser.

You can access API routes on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*, and files here are treated as API routes instead of React pages.