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
- Host: GitHub
- URL: https://github.com/s-ayanide/marcomjobs
- Owner: S-ayanide
- Created: 2020-03-09T07:44:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T21:06:27.000Z (about 6 years ago)
- Last Synced: 2025-11-22T18:03:41.135Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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