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.
- Node.js (version 16.14 or later): https://nodejs.org/en
- npm (bundled with Node.js) or yarn (optional package manager): https://yarnpkg.com/
Open your terminal and run:
git clone https://github.com/Khalidur-sujon/job-finder-landing-page.git
cd job-finder-landing-page
Navigate to the project directory and run:
npm install
(If you're using yarn, run yarn install
instead)
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.
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.
-
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.
https://job-finder-landing-page.vercel.app/
I encourage contributions to make Job Finded even better! Feel free to create pull requests and follow the general coding guidelines for maintainability.