All Projects → zero-to-mastery → Ztm Job Board

zero-to-mastery / Ztm Job Board

Licence: mit
⚛️ A place for developers to show recruiters they are available for hire

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ztm Job Board

Matestack Ui Core
Matestack enables you to create sophisticated, reactive UIs in pure Ruby, without touching JavaScript and HTML. You end up writing 50% less code while increasing productivity, maintainability and developer happiness.
Stars: ✭ 469 (-2.29%)
Mutual labels:  hacktoberfest
Aws
Development repository for the aws cookbook
Stars: ✭ 473 (-1.46%)
Mutual labels:  hacktoberfest
Ember Bootstrap
Ember-cli addon for using Bootstrap as native Ember components.
Stars: ✭ 475 (-1.04%)
Mutual labels:  hacktoberfest
Knighttouchbar2000
KITT 2000 chaser animation for your MacBook Pro TouchBar
Stars: ✭ 471 (-1.87%)
Mutual labels:  hacktoberfest
Ucx
Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)
Stars: ✭ 471 (-1.87%)
Mutual labels:  hacktoberfest
React Native Tab View
A cross-platform Tab View component for React Native
Stars: ✭ 4,742 (+887.92%)
Mutual labels:  hacktoberfest
Luv
Bare libuv bindings for lua
Stars: ✭ 466 (-2.92%)
Mutual labels:  hacktoberfest
Devchallenge
A website for developers to improve their skills by doing front-end and back-end challenges
Stars: ✭ 475 (-1.04%)
Mutual labels:  hacktoberfest
Register
Grab your own sweet-looking '.is-a.dev' subdomain
Stars: ✭ 470 (-2.08%)
Mutual labels:  hacktoberfest
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+887.71%)
Mutual labels:  hacktoberfest
Pact Go
Golang version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
Stars: ✭ 470 (-2.08%)
Mutual labels:  hacktoberfest
Django Dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 471 (-1.87%)
Mutual labels:  hacktoberfest
Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
Stars: ✭ 4,842 (+908.75%)
Mutual labels:  hacktoberfest
Lambo
Quick new application creation with Laravel and Valet
Stars: ✭ 469 (-2.29%)
Mutual labels:  hacktoberfest
30 Seconds Of Swift Code
A Swift implementation of 30-seconds-of-code: A curated collection of useful Swift 4 snippets that you can understand in 30 seconds or less.
Stars: ✭ 476 (-0.83%)
Mutual labels:  hacktoberfest
Fheroes2
Free implementation of Heroes of Might and Magic II game engine
Stars: ✭ 471 (-1.87%)
Mutual labels:  hacktoberfest
Juice Shop
OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
Stars: ✭ 6,270 (+1206.25%)
Mutual labels:  hacktoberfest
Monk v1
Monk is a low code Deep Learning tool and a unified wrapper for Computer Vision.
Stars: ✭ 480 (+0%)
Mutual labels:  hacktoberfest
Rust Sloth
A 3D software rasterizer... for the terminal!
Stars: ✭ 478 (-0.42%)
Mutual labels:  hacktoberfest
Preact Cli
😺 Your next Preact PWA starts in 30 seconds.
Stars: ✭ 4,510 (+839.58%)
Mutual labels:  hacktoberfest

ZtM-Job-Board   TravisCI Build Status

A place for developers from the Zero To Mastery Community to show recruiters that they are available for hire. Feel free to contribute and improve this in any way you see fit.

Link to the webpage: ZtM JOB Board.

How to run the project in your local machine

  • git clone https://github.com/zero-to-mastery/ZtM-Job-Board.git

  • yarn install or npm install

  • yarn start or npm start

How to add your name to the list

To add your name to the list, simply create a file <YOUR_GH_USERNAME>.json inside Submissions/ folder, and then fill it up with following content. ( Don't include the square brackets "[ ]" or angle brackets "< >" !!! They are just there to indicate an example placeholder. )

{
  "name": "[YOUR_FULL_NAME]",
  "img": "[YOUR_IMG_URL]",
  "links": {
    "website": "[YOUR_WEBSITE_URL]",
    "linkedin": "https://www.linkedin.com/in/<YOUR_LINKEDIN_USERNAME>",
    "github": "https://github.com/<YOUR_GH_USERNAME>"
  },
  "jobTitle": "[YOUR_TITLE]",
  "location": {
    "city": "[YOUR_CITY]",
    "state": "[YOUR_STATE_OR_PROVINCE]",
    "country": "[YOUR_COUNTRY]"
  }
}

Please note!

  • Profile pictures and/or images* are allowed.
  • If you do not want to fill some of the fields, leave them blank (e.g. state: "",).
  • Your pull request will only be accepted if it follows the example above. It cannot have anything else.

Please submit a Pull Request to be added to this list. If you are unsure how to do this, please check out Contributing To Open Source video in the course curriculum.

  • How to add profile image to your ZTM JobBoard profile using Github avatars.
  1. Go to your profile on GitHub.com
  2. Append to your GitHub profile url “.png”, so it will look like this:

https://github.com/aneta-s.png

  1. Hit enter and the browser will generate a page with your image, it look like this: https://avatars2.githubusercontent.com/u/54153719?v=4

  2. Copy url of this page and paste it in Submissions/<YOUR_GH_USERNAME>.json file

Resources

All icons have been sourced from Material Design Icons and Octicons

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].