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

https://github.com/s-ayanide/marcomjobs

Marcomjobs is a job seekers platform assisting Vietnamese and Indian people to look for jobs as well as Job-related activities like Career Tips, Job Reviews, Educational Communities, etc
https://github.com/s-ayanide/marcomjobs

Last synced: about 2 months ago
JSON representation

Marcomjobs is a job seekers platform assisting Vietnamese and Indian people to look for jobs as well as Job-related activities like Career Tips, Job Reviews, Educational Communities, etc

Awesome Lists containing this project

README

          

# Marcomjobs

Marcomjobs is a job seekers platform assisting Vietnamese and Indian people to look for jobs as well as Job-related activities like Career Tips, Job Reviews, Educational Communities, etc

### What is the use of this Repo
This Project is a Job Seeker Assistant Project for both Vietnamese as well as Indian Job Seekers which demonstrates the following
With the help of this project, users can:
* Find Company Reviews provided by users
* Users can search and apply for Jobs
* Users can save their favourite jobs
* Users will be able to give testimonials
* Users can be subscribed to a newsletter keeping them up to date with the latest jobs
* Users can view Career Tips from Experts at Marcomjobs
* Users can be a part of Educational Community in Vietnam as well as India

## Live Application URL
#### https://marcomjobs.netlify.com/
This URL has the application deployed in Netlify
###### Click on the link to see the application

## Screenshots

## Prerequisites
Install Node JS
Refer to https://nodejs.org/en/ to install nodejs

## Cloning and Running the Application in local
**Clone the project into local**

Install all the npm packages. Go into the project folder and type the following command to install all npm packages
```
npm install
```
In order to run the application Type the following command
```
npm start
```
The Application Runs on localhost:**3000**

# Resources
**create-react-app** : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app

**ReactJS** : Refer to https://reactjs.org/ to understand the concepts of ReactJS

**React Bootstrap** : Refer to https://react-bootstrap.github.io/getting-started/introduction/ to understand how to use React Bootstrap