Bartek532 / finejob

Finejob was created for developers (but not only 😁) to help them get a dream job πŸ’Ό

Home Page:https://finejob.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finejob logo

Finejob - open source job app

Project Overview 🎨

Finejob is an open source project to help people (especially developers) to find dream job. App contains CRUD panel where you can manage your offers. Feel free to open issue if you find something strange or you have an idea for improvement. Enjoy!

Tech/framework used 🧰

  • Common
Tech Description
Eslint Javascript Linter
Prettier Code formatter
Turborepo Tool for managing projects with multiple packages

  • Frontend
Tech Description
Typescript Javascript superset language
React Library for building user interfaces
Redux State container for JS apps
Next Powerful React Framework
SCSS CSS with superpowers
CSS Modules Styles convention in React
DayJS Js library, helps with formatting dates
React Hook Form Forms with easy-to-use validation

  • Backend
Tech Description
Node JavaScript runtime
Express Web framework to Node.js
Typescript Javascript superset language
JWT Token managament (e.g. for login)
Joi Library for validation
Docker An open platform for developing, shipping, and running applications
PostgreSQL Relational database
Prisma ORM for TypeScript and Node.js

Performance πŸ’¨

finejob - lighthouse stats


finejob - vercel stats

Installation πŸ’Ώ

git clone https://github.com/Bartek532/finejob.git

yarn install

#set up your environment variables
cp apps/api/.env-sample apps/api/.env
cp apps/frontend/.env-sample apps/frontend/.env

docker-compose up

yarn dev

Live πŸŽ†

https://finejob.vercel.app

About

Finejob was created for developers (but not only 😁) to help them get a dream job πŸ’Ό

https://finejob.vercel.app


Languages

Language:TypeScript 72.2%Language:SCSS 26.9%Language:Dockerfile 0.6%Language:JavaScript 0.3%