Work At Home is open source remote job offers platform. Application enables employers to post job offers. Manage the applications and employees.
- Framework: React.js
- UI Components: MaterialUI
- Database: Firestore Database
- User Management: Firebase Authentication
- Image Uploads: Firebase Storage
- Search Microservice: Algolia
-
Clone the repository
git clone https://github.com/TheArcus02/WorkAtHome.git
-
Install dependencies using pnpm
npm install
-
Copy the
.env.example
to.env
and update the variables.cp .env.example .env
-
Start the development server
npm run dev
Follow the deployment guides for Netlify for more information.
Licensed under the MIT License. Check the LICENSE file for details.