Skip to content

A Google Careers website mimic created for job searching and built with Vue.js

Notifications You must be signed in to change notification settings

ahmedalam98/Google-Careers-Clone

Repository files navigation

Vue Typescript Jest Tailwind.CSS Font Awesome JSON-Server Vercel

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing

About The Project

Google Careers site clone using Vue.js

Preview Preview

Features

  • Browse fetched jobs with (search + filter) features
  • Filter jobs using:
    • Title / Skill
    • Degree
    • Job Type
    • Organization

Built With

  • Vue
  • Vuex
  • Vue Router
  • Vue Test Utils / Jest
  • Typescript
  • Tailwind.CSS
  • Json-server

(back to top)


Getting Started

This project require some perquisites and dependencies to be installed, you can view it online using this demo. or you can find the instructions below:

To get a local copy, follow these simple steps :

Installation

installing Locally

  1. Clone the repo

    git clone https://github.com/ahmedalam98/Google-Careers-Clone.git
  2. go to project folder

    cd Google-Careers-Clone
  3. install dependencies

    npm run install
  4. Environmental Variables Set up

    • Here are the environmental variables that needs to be set in the .env file in the main directory.
    • These are the default setting that I used for development, but you can change it to what works for you.
     VUE_APP_API_URL=http://localhost:3000
    
  5. Run development server

    npm run start

Running Unit Tests

  • Run tests with coverage

    npm run test:unit
    
  • Run tests with watcher

    npm run test:watch
    

(back to top)


Ports and EndPoints

Ports

  • FrontEnd Development Server runs on port 8080
  • BackEnd Development Server runs on port 3000

API endpoints

Main URL: http://localhost:3000

(back to top)


Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)