An open API service indexing awesome lists of open source software.

https://github.com/writeonlycode/next-hacker-jobs

Next Hacker Jobs is a web application that allows users to browse the latest job postings on Hacker News.
https://github.com/writeonlycode/next-hacker-jobs

job-positions nextjs server-side-rendering typescript

Last synced: 3 months ago
JSON representation

Next Hacker Jobs is a web application that allows users to browse the latest job postings on Hacker News.

Awesome Lists containing this project

README

        

# Next Hacker Jobs

Next Hacker Jobs is a web application that allows users to browse the latest
job postings on Hacker News. The application is built using Next.js, a popular
React framework that allows for server-side rendering and easy data fetching.
It features a beautiful "neu brutalist" interface.

Next.js is a powerful framework that offers many advantages, including easy
setup, optimized performance, built-in SEO support, and high customizability
and extensibility. Additionally, the web application uses server-side
rendering, resulting in always up-to-date content and improved SEO.

![Next Hacker Jobs
Screenshot](https://github.com/writeonlycode/next-hacker-jobs/raw/main/src/screenshots/next-hacker-jobs-top.png)

## Demo Website

To see a live demo of the Next Hacker Jobs website, please visit
https://next-hacker-jobs.vercel.app/. Please note that this is a demo website
and not a official website. If you have any questions or feedback, please feel
free to contact us!

## Project Setup

1. Clone the repository.
2. Install dependencies by running `npm install`.

## Running Locally

To run the development version of the landing page locally, use the following
command:

```bash
npm run dev
```

This will start the development server at `http://localhost:3000/`.

To run the production version of the landing page locally, use the following
commands:

```bash
npm run build
npm run start
```

This will build the production version of the landing page and start the server
at `http://localhost:3000/`.

## Deploying to Vercel

To deploy the landing page to Vercel, follow these steps:

1. Create an account on Vercel.
2. Install the Vercel CLI by running `npm install -g vercel`.
3. Run `vercel login` and follow the prompts to authenticate your account.
4. Run `vercel` to deploy the project to Vercel.
5. Follow the prompts to configure your deployment settings.

Once the deployment is complete, your landing page will be live at the URL
provided by Vercel.

Thank you for your interest in this project!

## Screenshots

![Top of the Page](https://github.com/writeonlycode/next-hacker-jobs/raw/main/src/screenshots/next-hacker-jobs-top.png)

![Bottom of the Page](https://github.com/writeonlycode/next-hacker-jobs/raw/main/src/screenshots/next-hacker-jobs-bottom.png)

![Lighthouse Results](https://github.com/writeonlycode/next-hacker-jobs/raw/main/src/screenshots/next-hacker-jobs-lighthouse.png)