An open API service indexing awesome lists of open source software.

https://github.com/devsubid/recruitment-solution-app

recruitment UI using React.js, TypeScript, Redux, Tailwind CSS and Firebase
https://github.com/devsubid/recruitment-solution-app

firebase reactjs redux tailwind typescript

Last synced: about 1 month ago
JSON representation

recruitment UI using React.js, TypeScript, Redux, Tailwind CSS and Firebase

Awesome Lists containing this project

README

          

# [Recruitment-Solution-App](https://Recruitment-Solution-App-subid-das.vercel.app/)

![](https://raw.githubusercontent.com/itsme-Subid/recruitment-solution-app/main/public/img/preview_dashboard.webp)
![](https://raw.githubusercontent.com/itsme-Subid/recruitment-solution-app/main/public/img/preview_signin.webp)
![](https://raw.githubusercontent.com/itsme-Subid/recruitment-solution-app/main/public/img/preview_filter.webp)
![](https://img.shields.io/github/languages/top/itsme-Subid/Recruitment-Solution-App?style=for-the-badge)
![](https://img.shields.io/github/languages/count/itsme-Subid/Recruitment-Solution-App?style=for-the-badge)
![](https://img.shields.io/github/languages/code-size/itsme-Subid/Recruitment-Solution-App?style=for-the-badge)
![](https://img.shields.io/github/repo-size/itsme-Subid/Recruitment-Solution-App?style=for-the-badge)
![](https://img.shields.io/github/last-commit/itsme-Subid/Recruitment-Solution-App?style=for-the-badge)
![](https://img.shields.io/github/commit-activity/w/itsme-Subid/Recruitment-Solution-App?style=for-the-badge)

Welcome to the Recruitment-Solution-App repository! Recruitment-Solution-App is a visually stunning website built using React.js, TypeScript, Redux, Tailwind CSS and Firebase. The project is a front-end development endeavor and can be found on [GitHub](https://github.com/itsme-Subid/Recruitment-Solution-App).

## Getting Started

To get started, you can simply clone this repository and install the dependencies.

### Cloning the Repository

To clone the repository, you will need to have git installed on your machine. Once you have those, you can use the following commands:

```bash
git clone https://github.com/itsme-Subid/Recruitment-Solution-App.git
```

### Running the Project

To run the project, you will need to have Node.js and pnpm or yarn or npm installed on your machine. Once you have those, you can use the following commands:

```bash
cd Recruitment-Solution-App
pnpm install
pnpm run dev
```

or, if you are using yarn:

```bash
cd Recruitment-Solution-App
yarn
yarn run dev
```

or, if you are using npm:

```bash
cd Recruitment-Solution-App
npm install
npm run dev
```

This will start the development server and you should be able to see the website by visiting http://localhost:5173 in your browser.

## Setting up Environment Variables

To set up environment variables, you will need to change the credentials in `src/firebase.ts` file.