/job-finder-landing-page

A job finder landing page based on Next.js and Tailwind Css

Primary LanguageJavaScript

Job Finded: Land Your Dream Job with This Sleek Landing Page

This project empowers potential employers to discover your talent with a fully responsive landing page built using Next.js for lightning-fast performance and Tailwind CSS for a modern, customizable design. Showcase your skills and experience in a way that grabs attention and gets you noticed.

Key Features:

  • Effortless Customization: Leverage Tailwind CSS's utility-first approach to create a landing page that perfectly reflects your personal brand. Customize colors, fonts, and layouts with ease.
  • Seamless Responsiveness: Ensure an exceptional user experience across all devices with Job Finded's flawless adaptation to desktops, tablets, and mobile phones.
  • Streamlined Development: Benefit from Next.js and Tailwind CSS to focus on crafting the perfect landing page content.

Getting Started

Prerequisites

Clone the Repository

Open your terminal and run:

git clone https://github.com/Khalidur-sujon/job-finder-landing-page.git

Navigate to the project directory

cd job-finder-landing-page

Install Dependencies

Navigate to the project directory and run:

npm install

(If you're using yarn, run yarn install instead)

Run the Development Server

Start a local development server for hot reloading and live coding:

npm run dev

(For yarn, use yarn dev)

This will typically launch the project at http://localhost:3000 in your web browser.

Build for Production

Create an optimized production build:

npm run build

(For yarn, use yarn build)

The production-ready files will be located in the .next directory. You can deploy these files to a server for public viewing.

Project Structure

  • Sections: Contains all the React components representing different sections of the landing page.

  • styles: Houses the Tailwind CSS configuration and custom styles.

  • components: Reusable UI elements can be stored here.

  • public: Static assets like images can be placed here.

Live Preview

https://job-finder-landing-page.vercel.app/

Contributing

I encourage contributions to make Job Finded even better! Feel free to create pull requests and follow the general coding guidelines for maintainability.