https://github.com/binoy638/job-recommender-client
Job recommender client built using Next.JS and TypeScript
https://github.com/binoy638/job-recommender-client
mantine nextjs react reactquery redux tailwindcss
Last synced: 3 months ago
JSON representation
Job recommender client built using Next.JS and TypeScript
- Host: GitHub
- URL: https://github.com/binoy638/job-recommender-client
- Owner: binoy638
- License: mit
- Created: 2022-06-06T16:12:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T04:06:08.000Z (almost 4 years ago)
- Last Synced: 2025-06-04T17:49:40.082Z (about 1 year ago)
- Topics: mantine, nextjs, react, reactquery, redux, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 3.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# JobFinder - Online Job Recommender (Client)
JobFinder is a web app which allows Employers to post jobs and Job seekers to search and apply to those jobs.
## Run Locally
Make sure you have ffmpeg, rabbitMQ and mongoDB installed locally before following the below steps.
Clone the project
```bash
git clone https://github.com/binoy638/job-recommender-client
```
Go to the project directory
```bash
cd job-recommender-client
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## Environment Variables
To run this project, you will need to add the following environment variables to your .env.local file
`NEXT_PUBLIC_BASE_URL`
## Related
Here is the server [repo](https://github.com/binoy638/job-recommender-api).
## Screenshots






## License
[MIT](https://choosealicense.com/licenses/mit/)