Skip to content

React based Recruitement Dashboard made with Material UI’s components. Contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other.

License

Notifications You must be signed in to change notification settings

KKS1/recruitment-dashboard

 
 

Repository files navigation

license

Recruitment Dashboard 1 - React Recruitment Dashboard 2- React Recruitment Dashboard 3- React

Recruitment React Admin Dashboard made with MUI's components, React and of course Next.js to boost your app development process!

Pages

Quick start

  • Clone the repo: git clone https://github.com/KKS1/recruitment-dashboard.git
  • Make sure your Node.js and npm versions are up to date
  • Install dependencies: npm install or yarn
  • Start the server: npm run dev or yarn dev
  • Open browser: http://localhost:3000

File Structure

Within the download you'll find the following directories and files:

┌── .editorconfig
├── .eslintrc.js
├── .gitignore
├── CHANGELOG.md
├── LICENSE.md
├── next-env.d.ts
├── next.config.js
├── package.json
├── README.md
├── tsconfig.json
├── public
└── src
	├── components
	├── contexts
	├── hooks
	├── lib
	├── styles
	├── types
	└── app
		├── layout.tsx
		├── page.tsx
		├── auth
    ├── dashboard
		└── data

About

React based Recruitement Dashboard made with Material UI’s components. Contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.9%
  • JavaScript 2.5%
  • CSS 0.6%