8000 GitHub - salscoding/react-job-portal: This project is a job portal built using React, Vite, and TailwindCSS.
[go: up one dir, main page]

Skip to content

salscoding/react-job-portal

Repository files navigation

React + Vite + TailwindCSS Project

This project is a job portal built using React, Vite, and TailwindCSS. It's a showcase project demonstrating proficiency in modern web development technologies and techniques, including state management with React's useState and useEffect hooks, routing with React Router, and styling with TailwindCSS.

Project Scope

This project is a demonstration of a job portal where job seekers/poster can browse through the available jobs and update/delete them. It's not intended for production use, but rather as a showcase of my skills in React, Vite, and TailwindCSS.

Features

  • Job Listing: Displays a list of jobs available.
  • Job Updating: Allows updating jobs.
  • Job CRUD function with notification

Technologies Used

  • React: A JavaScript library for building user interfaces. In this project, I've used React's useState and useEffect hooks for state management and side effects respectively.
  • React Router: Used for managing routing in the application.
  • Vite: A build tool that aims to provide a faster and leaner development experience for modern web projects.
  • TailwindCSS: A utility-first CSS framework for rapidly building custom user interfaces.
  • JSON Server: Used as a mock backend to simulate CRUD operations.

Plugins Used

Preview

Here are some screenshots of the project:

Home Page Job Listing Job Create

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g
    

Installation

  1. Clone the repo
    git clone https://github.com/salscoding/react-job-portal.git
  2. Install NPM packages
    npm install
  3. Start the project
    npm run dev

License MIT

Special Thanks to @bradtraversy

About

This project is a job portal built using React, Vite, and TailwindCSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0