Welcome to Entry Level, a job board specifically designed to help entry level developers, designers, and other professionals find remote job opportunities.
This project is built using React and Next.js, and is hosted on Vercel at entry-levels.vercel.app/.
- Search for job listings by location, job title, or company
- Filter results by job type (e.g. full-time, part-time, contract)
- Create a profile and upload a resume to be discoverable by potential employers
- Follow companies and get notified of new job openings
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/ryarturogi/entry-level.git cd entry-level npm install or yarn install
Copy the .env-example file and renamed to .env Add the necesary enviroment variables
Then, start the development server:
npm run dev or yarn dev
The app will be available at http://localhost:3000.
We welcome contributions to Entry Level! If you have an idea for a new feature or have found a bug, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.