Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewsy1004/front-devnet

A modern and intuitive frontend for an application that streamlines job searching, seamlessly connecting employers with qualified candidates for an efficient hiring experience
https://github.com/andrewsy1004/front-devnet

cloudinary javascript jwt react socket-io tailwindcss zustand

Last synced: about 13 hours ago
JSON representation

A modern and intuitive frontend for an application that streamlines job searching, seamlessly connecting employers with qualified candidates for an efficient hiring experience

Awesome Lists containing this project

README

        

# Job Search Application - Frontend

A modern and intuitive frontend for an application that streamlines job searching, seamlessly connecting employers with qualified candidates for an efficient hiring experience.

## 🚀 Features
- **User-friendly Interface:** Responsive and accessible UI for easy navigation.
- **Job Listings:** Browse and search for available jobs efficiently.
- **Employer & Candidate Profiles:** Manage profiles for both job seekers and recruiters.
- **Application Tracking:** Track application statuses in real-time.
- **Secure Authentication:** User authentication with secure login/signup.
- **Mobile Compatibility:** Optimized for desktop and mobile devices.

## 📦 Tech Stack
- **Frontend:** React, Tailwind CSS
- **State Management:** Zustand
- **Authentication:** 2FA (2-factor authentication), JWT
- **API Integration:** NestJS, TypeORM

## 📜 Installation

1. Clone the repository:
```sh
git clone https://github.com/Andrewsy1004/Front-DevNet.git
```

2. Navigate to the project directory:
```sh
cd Frontend
```

3. Install dependencies:
```sh
npm install # or yarn install
```

4. Start the development server:
```sh
npm run dev # or yarn dev
```

## 📸 Screenshots
![Home Page](src/assets/Landing-DevNet.png)

**if you would like to see more screenshots of the application, please go to the src/assets folder, and take a look at the screenshots there**

## 🤝 Contributing
We welcome contributions! Follow these steps:
1. Fork the repo
2. Create a new branch (`feature/new-feature`)
3. Commit your changes (`git commit -m 'Add new feature'`)
4. Push to your branch (`git push origin feature/new-feature`)
5. Create a Pull Request