================================
WorkX is a comprehensive job searching portal designed for both students and working professionals. The platform provides a user-friendly interface, ensuring easy access for both job seekers and recruiters.
- User Authentication: Secure authentication system using Firebase with Google sign-in 🔒
- REST API: Implementation of CRUD (Create, Read, Update, Delete) operations and search functionality 📊
- Database Management: MongoDB database management using Mongoose 🗂️
- Responsive Design: Tailwind CSS for better styling and responsive design 📈
- User-Friendly Interface: Easy access for both job seekers and recruiters 👥
- MERN Stack: MongoDB, Express, React, Node.js 🤖
- Firebase Authentication: Google sign-in integration 🔑
- Tailwind CSS: Styling and responsive design 🎨
- REST API: Data interaction and CRUD operations 📝
WorkX was built from scratch over a period of 5 months. The project aims to provide a seamless job searching experience, connecting job seekers with potential employers.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/WorkX.git
- Install dependencies:
npm install
- Make accounts on Firebase and MongoDB and add their respective keys
- Start the frontend:
npm run dev
- Start the server:
npm start
- Access the application:
http://localhost:5173
Contributions are welcome. Please submit a pull request with a detailed description of changes.