Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pappyjay23/devhire


https://github.com/pappyjay23/devhire

axios oh-vue-icons pinia tailwindcss vue-router vue-toastification vuejs yup

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        


DevHire


## Snapshots 📸

![Screenshot 2024-08-24 122951](https://github.com/user-attachments/assets/556e93e3-97aa-434b-bd0d-dad0a5fe17da)

## Tech Stack ✨

- [Vue.js](https://vuejs.org/) - Javascript Framework
- [Tailwind CSS](https://tailwindcss.com/) - Styling and UI
- [Vite](https://vitejs.dev/) - Build tool
- [Vercel](https://vercel.com/) - Hosting and Deployment

## How to run locally 💻

Follow these steps to run DevHire on your local machine.

### Clone this repository

```bash
git clone https://github.com/Pappyjay23/DevHire.git
```

### Navigate to the directory

```bash
cd DevHire
```

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

Now, you can navigate to http://localhost:3000 to view the app.

### Compile and Minify for Production

```sh
npm run build
```

## Credits ✍

Implementation by [@Pappyjay23](https://github.com/Pappyjay23)