Skip to content

alicechang29/jobly-react

Repository files navigation

Jobly

Jobly is a job and company search platform that is built with: Javascript, Node.js, Express, React, PostgreSQL.

  • Register
  • Sign in/out
  • Search for Companies
  • Search for Jobs

This is the repo for the frontend parts of the Jobly project. Repo that contains the backend is found here: https://github.com/alicechang29/jobly

Screenshot 2024-07-30 at 11 15 42 AM

Screenshot 2024-07-30 at 11 15 51 AM

Demo as a User:

  1. Go to jobly app

  2. Login

    • Username: testuser
    • Password: password

Installation

To run this app locally:

  1. Clone the repo
git clone git@github.com:alicechang29/jobly-react.git
  1. NPM Install and Run
npm install
npm run start