This is a Next.js project bootstrapped with create-next-app
.
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/SRM-IST-KTR/ohplaceholder.git
- Install the dependencies:
npm install
- 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.