This project is a clone of the Remote OK website, which is a job board platform for remote job opportunities. It is built using Next.js, TypeScript, and Tailwind CSS.
- Browse and search for remote job listings (ui-complete).
- Filter job listings by category, location, and other criteria (ui-complete).
- View job details, including the job description and application instructions (ui-complete).
- User authentication and profile management (in-progress).
- Next.js: A React framework for building server-rendered web applications.
- TypeScript: A statically typed superset of JavaScript.
- Tailwind CSS: A utility-first CSS framework for fast UI development.
- TipTap: A content editing and real-time collaboration tool (Rich text editor).
- Clone this repository:
git clone https://github.com/UddhavSJadhav/remoteok-clone.git
- Navigate to the project folder:
cd remoteok-clone
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your web browser and access the application at
http://localhost:3000
- Admin panel can be accessed at
http://localhost:3000/admin
(in-progress)