Skip to content

MkrtichSargsyan/jobocity-frontend

Repository files navigation

Jobocity

This is a fully responsive web application where users are able to apply for jobs. Users are able to sign up and sign in, search for specific jobs. When a job listing is selected, details of the jobs are listed, and an option to apply for the selected job. If the user isn't logged in, they will be asked to log in. Once logged in, they can successfully apply for the job.

Desktop

main

desc

Built With

  • React.js
  • Redux,Redux-thunk
  • JWT
  • (bcrypt) to crypt password;
  • CSS
  • Tailwind.css
  • Ruby on Rails
  • PostgreSQL database
  • VS Code

Live Demo

Live version

Live Demo for Backend

Live version

To get a local copy of the backend please run the following commands on your terminal:

Setup

  1. Open Terminal.
  2. Navigate to your desired location to download the contents of this repository.
  3. Copy and paste the following code into the Terminal: git clone git@github.com:MkrtichSargsyan/JoboCity-api.git
  4. yarn install
  5. bundle install
  6. rails db:create
  7. rails db:migrate
  8. rails db:seed
  9. Enter the command: rails s to start the server in localhost.
  10. Then you get the application in the localhost in your web browser.

To get a local copy of the frontend please run the following commands on your terminal:

  1. Open Terminal.
  2. Navigate to your desired location to download the contents of this repository.
  3. Copy and paste the following code into the Terminal: git clone git@github.com:MkrtichSargsyan/jobocity-frontend.git
  4. Run "npm install".
  5. Run "npm start".
  6. Open, in your browser, 'localhost:3000'.

Author

Feel free to reach out. I'm always happy to connect 🙂

👤 Mkrtich Sargsyan

Show your support

Give a ⭐️ if you like this project!

Acknowledgments