RigWorld Jobs is a modern, feature-rich job board for oil rig, offshore, and maritime professionals. Built with React, Vite, and Tailwind CSS, it connects global talent with top employers in the energy sector.
- 🎨 Beautiful UI: Responsive, modern design with creative header, animated buttons, and smooth transitions.
- 💼 Job Listings: Featured jobs, latest jobs, jobs by location, and top job searches.
- 🏢 Company Spotlight: Discover trusted employers with detailed company cards.
- 🔔 Job Alerts: Personalized alerts delivered to your inbox.
- 📊 Stats & Insights: Real-time stats, salary guides, and industry news.
- 🧭 Creative Navigation: Highlighted active links, animated sign-in button, and mobile-friendly menu.
- 💸 Google AdSense Ready: Easily add vertical and horizontal ads.
- 🧪 Dummy Pages: Quick navigation to Find Jobs, Companies, Resources, and About.
- ⚛️ React (TypeScript)
- ⚡ Vite (Fast build & dev)
- 🎐 Tailwind CSS (Utility-first styling)
- 🖼️ Lucide Icons (Beautiful SVG icons)
- 🗺️ React Router (Navigation)
project/
├── public/
│ └── RigWorldJobs_Logo.png
├── src/
│ ├── components/
│ │ ├── Header.tsx
│ │ ├── Footer.tsx
│ │ ├── FeaturedJobs.tsx
│ │ ├── JobCard.tsx
│ │ ├── CompanySpotlight.tsx
│ │ ├── JobAlerts.tsx
│ │ ├── Stats.tsx
│ │ └── ...
│ ├── pages/
│ │ ├── FindJobs.tsx
│ │ ├── Companies.tsx
│ │ ├── Resources.tsx
│ │ ├── About.tsx
│ │ └── News.tsx
│ └── ...
├── package.json
├── tailwind.config.js
├── vite.config.ts
└── README.md
- Clone the repo:
git clone https://github.com/sivamurthy30/RIGWORLD.git cd RIGWORLD
- Install dependencies:
npm install
- Run the app:
npm run dev
- Open in browser: http://localhost:5173
- 📝 Add your own job data, company info, and categories in
/src/data/
. - 🎨 Update styles in Tailwind config or component files.
- 🔗 Connect to a backend or API for real jobs and companies.
- 💸 Add your AdSense client ID in
GoogleAd.tsx
for monetization.
Pull requests and suggestions are welcome! Please open an issue or PR for improvements.
- Email: shivapeddagundu
- Location: VIT
- GitHub: sivamurthy30
MIT