Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jurerotar/interview-ease
Interview ease is a tool designed to streamline the interview process. The application includes features such as question templates and evaluation forms to assist hiring managers in evaluating job candidates.
https://github.com/jurerotar/interview-ease
interview interview-questions markdown nextjs nodejs reactjs tailwindcss typescript
Last synced: about 6 hours ago
JSON representation
Interview ease is a tool designed to streamline the interview process. The application includes features such as question templates and evaluation forms to assist hiring managers in evaluating job candidates.
- Host: GitHub
- URL: https://github.com/jurerotar/interview-ease
- Owner: jurerotar
- Created: 2022-11-03T13:14:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T08:36:58.000Z (almost 2 years ago)
- Last Synced: 2023-08-16T22:04:25.588Z (over 1 year ago)
- Topics: interview, interview-questions, markdown, nextjs, nodejs, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Table of contents
* [Getting started](#Getting-started)
* [Adding interview questions](#Adding-interview-questions)
* ["questions" directory](#"questions"-directory)
* [Topics, groups and groupings](#Topics,-groups-and-groupings)
* [Custom candidate questions](#Custom-candidate-questions)## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Adding interview questions
### "questions" directory
### Topics, groups and groupings
### Custom candidate questions