/job-tracker-mern

This is a MERN stack project where you can track your jobs with ease.

Primary LanguageJavaScriptMIT LicenseMIT

MERN stack job-tracker

This is MERN project by which you can track your jobs with ease. You can create an account and access them whenever you want.
visit it here

Set-up

npm install && npm start

Contributing

Pull requests are welcome.

git clone <url>
git checkout -b <your branch>

After working on it.

git add .
git commit -m <commit message>
git push origin <your branch>