Skip to content

Commit

Permalink
Merge branch 'zero-to-mastery:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Teetee-lab authored Oct 2, 2023
2 parents 18bc781 + 06da8db commit b5feda8
Show file tree
Hide file tree
Showing 526 changed files with 45,717 additions and 60,480 deletions.
28 changes: 28 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

**Describe the bug**
<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
<!-- Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error -->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen.-->

**Screenshots**
<!-- If applicable, add screenshots to help explain your problem.-->

**Additional context**
<!-- Add any other context about the problem here.-->

**Checklist**

By submitting this issue, you agree to follow our Code of Conduct:

- [ ] I have read the [Contributors' Guide](https://github.com/zero-to-mastery/resources/blob/master/CONTRIBUTING.md).
- [ ] I have checked the existing [issues](https://github.com/zero-to-mastery/ZtM-Job-Board/issues).
- [ ] I am willing to work on this issue (optional).
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
set -x
npm install # install packages
npm ci # install packages
NODE_OUTPUT=`node scripts/aggregate-json.mjs 2>&1`
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16]
node-version: [16, 18]
steps:
- name: Check out source code
uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

- name: Install dependencies
run: npm install
run: npm ci

- name: Run tests
run: npm test
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.17.1
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

6 changes: 6 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Link to the webpage: [**ZtM JOB Board**](https://zero-to-mastery.github.io/ZtM-J

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

- `cd ZtM-Job-Board`

- `npm ci`

- `npm start`
Expand All @@ -16,16 +18,16 @@ Link to the webpage: [**ZtM JOB Board**](https://zero-to-mastery.github.io/ZtM-J

Note: **You will first need to make a fork of the project!**

![fork image](https://help.github.com/assets/images/help/repository/fork_button.jpg)
![fork image](https://docs.github.com/assets/cb-23088/images/help/repository/fork_button.png)

If you are unclear on how the GitHub workflow works, you can check the [Make a Pull Request guide](https://makeapullrequest.com/).

---

To add your name to the list, 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.** )
inside `Submissions/` folder, and then fill it up with following content.
⚠️ Please remove the `@` from your GitHub username.
(**Don't include the square brackets "[ ]" or angle brackets "< >" !!! They are just there to indicate an example placeholder.**)

```json
{
Expand Down
16 changes: 16 additions & 0 deletions Submissions/08freyza.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Freyza Kusuma",
"img": "https://avatars.githubusercontent.com/u/104181968?v=4",
"email": "freyzafk08@gmail.com",
"links": {
"website": "",
"linkedin": "https://www.linkedin.com/in/freyza-fachrurrozi-kusuma-356a19225/",
"github": "https://github.com/08freyza"
},
"jobTitle": "Junior Full Stack Developer",
"location": {
"city": "Jakarta",
"state": "",
"country": "Indonesia"
}
}
16 changes: 16 additions & 0 deletions Submissions/1-mikelammy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Mike Lam",
"img": "https://avatars.githubusercontent.com/u/78281264?v=4",
"email": "mdlam88@gmail.com",
"links": {
"website": "https://mikelammy.github.io/landingPage/",
"linkedin": "https://www.linkedin.com/in/mike-t-lam",
"github": "https://github.com/mikelammy"
},
"jobTitle": "Software Developer",
"location": {
"city": "San Jose",
"state": "California",
"country": "United States"
}
}
16 changes: 16 additions & 0 deletions Submissions/12-vaishali.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Vaishali",
"img": "",
"email": "vaishali120895@gmail.com",
"links": {
"website": "",
"linkedin": "https://www.linkedin.com/in/vaishali-singh-a31b9231/",
"github": "https://github.com/12-vaishali"
},
"jobTitle": "Frontend Developer",
"location": {
"city": "Noida",
"state": "Uttar Pradesh",
"country": "India"
}
}
16 changes: 16 additions & 0 deletions Submissions/1st-Thierry
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Thierry Rakotomanana",
"img": "",
"email": "ThierryRktm@gmail.com",
"links": {
"website": "",
"linkedin": "",
"github": "https://github.com/ThierryRakotomanana"
},
"jobTitle": "Fullstack JS",
"location": {
"city": "Antananarivo",
"state": "MALAGASY",
"country": "MADAGASCAR"
}
}
16 changes: 16 additions & 0 deletions Submissions/8130146.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "José Carlos da Costa e Sousa",
"img": "",
"email": "8130146@estg.ipp.pt",
"links": {
"website": "",
"linkedin": "https://www.linkedin.com/in/jose-sousa-0b204722b",
"github": "https://github.com/8130146"
},
"jobTitle": "Full-Stack Developer",
"location": {
"city": "Felgueiras",
"state": "Porto",
"country": "Portugal"
}
}
16 changes: 16 additions & 0 deletions Submissions/AHTHneeuhl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Shubham Patrick",
"img": "https://github.com/AHTHneeuhl.png",
"email": "",
"links": {
"website": "",
"linkedin": "https://www.linkedin.com/in/ahthneeuhl",
"github": "https://github.com/AHTHneeuhl"
},
"jobTitle": "UI Software Engineer",
"location": {
"city": "New Delhi",
"state": "Delhi",
"country": "India"
}
}
16 changes: 16 additions & 0 deletions Submissions/Aakibvah.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "MahmmadAakib Vahora",
"img": "https://avatars.githubusercontent.com/u/87711863?v=4",
"email": "aakibv290@gmail.com",
"links": {
"website": "https://aakibvah.github.io/",
"linkedin": "https://www.linkedin.com/in/mahmmadaakibvahora",
"github": "https://github.com/Aakibvah"
},
"jobTitle": "Web Developer (React and Node)",
"location": {
"city": "Toronto",
"state": "Ontario",
"country": "Canada"
}
}
16 changes: 16 additions & 0 deletions Submissions/Aasim-Syed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Aasim Syed",
"img": "https://media-exp2.licdn.com/dms/image/C4D03AQGGIyRHjEUl7A/profile-displayphoto-shrink_800_800/0/1655472726254?e=1660780800&v=beta&t=CGDibig_QrEwEcWCuA7hsArBtegjFI_-FfOQ9zWEIkU",
"email": "syedaasim133@gmail.com",
"links": {
"website": "https://me-aasim-syed.vercel.app/",
"linkedin": "https://www.linkedin.com/in/syed-aasim/",
"github": "https://github.com/aasim-syed"
},
"jobTitle": "Full stack developer",
"location": {
"city": "Madurai",
"state": "Tamil Nadu",
"country": "India"
}
}
16 changes: 16 additions & 0 deletions Submissions/AasthaAgg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Aastha Aggarwal",
"img": "https://avatars.githubusercontent.com/u/69754514?v=4",
"email": "aasthaaggrawal64@gmail.com",
"links": {
"website": "https://aasthaagg.github.io/My-Portfolio/",
"linkedin": "https://www.linkedin.com/in/aastha-agg",
"github": "https://github.com/AasthaAgg"
},
"jobTitle": "Fresher/Frontend Developer/JAVA Programmer",
"location": {
"city": "Saharanpur",
"state": "Uttar Pradesh",
"country": "India"
}
}
16 changes: 16 additions & 0 deletions Submissions/Abi-shai.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Abishai Yapele",
"img": "",
"email": "abishaiyp.dev@gmail.com",
"links": {
"website": "",
"linkedin": "https://www.linkedin.com/in/abishaï-yapélé-b097bb16a",
"github": "https://github.com/Abi-shai"
},
"jobTitle": "Software developer",
"location": {
"city": "Zone B",
"state": "Dakar",
"country": "Senegal"
}
}
16 changes: 16 additions & 0 deletions Submissions/Ad019El.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Adel DAFI",
"img": "https://github.com/ad019el.png",
"email": "adeldafi2@gmail.com",
"links": {
"website": "http://adel-dafi.vercel.app/",
"linkedin": "https://www.linkedin.com/in/adel-dafi-736bbb177",
"github": "https://github.com/Ad019El"
},
"jobTitle": "Front-End Software Engineer",
"location": {
"city": "",
"state": "",
"country": "Algeria"
}
}
16 changes: 16 additions & 0 deletions Submissions/AdarshGachha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Adarsh Gachha",
"img": "https://avatars.githubusercontent.com/AdarshGachha",
"email": "adarshgachha@gmail.com",
"links": {
"website": "https://adarshgachha.github.io/portfolio-website/",
"linkedin": "https://www.linkedin.com/in/adarsh-gachha-909b42227/",
"github": "https://github.com/AdarshGachha"
},
"jobTitle": "Front-end Web Developer",
"location": {
"city": "Bhopal",
"state": "Madhya Pradesh",
"country": "India"
}
}
16 changes: 16 additions & 0 deletions Submissions/AhatSaraiah.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Ahat Saraiah",
"img": "https://avatars.githubusercontent.com/u/46491791?v=4",
"email": "ahat.saraiah@gmail.com",
"links": {
"website": "",
"linkedin": "www.linkedin.com/in/ahat-saraiah",
"github": "https://github.com/AhatSaraiah"
},
"jobTitle": "Software Engineer",
"location": {
"city": "",
"state": "",
"country": ""
}
}
16 changes: 16 additions & 0 deletions Submissions/Akshat-1812.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "AKSHAT CHOUHAN",
"img": "https://avatars.githubusercontent.com/u/79112688?v=4",
"email": "akshatchouhan2000@gmail.com",
"links": {
"website": "",
"linkedin": "https://www.linkedin.com/in/akshat-chouhan-76229516b",
"github": "https://github.com/Akshat-1812"
},
"jobTitle": "Associate Software Engineer",
"location": {
"city": "Barwani",
"state": "Madhya Pradesh",
"country": "India"
}
}
16 changes: 16 additions & 0 deletions Submissions/Akshatkumar4433.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Akshat Kumar",
"img": "https://avatars.githubusercontent.com/u/17126952?v=4",
"email": "akshatkumar4433@gmail.com",
"links": {
"website": "https://akshatkumar.cyclic.app/",
"linkedin": "https://www.linkedin.com/in/akshat-kumar-869023123/",
"github": "https://github.com/Akshatkumar4433"
},
"jobTitle": "Frontend Developer",
"location": {
"city": "Toronto",
"state": "Ontario",
"country": "Canada"
}
}
16 changes: 16 additions & 0 deletions Submissions/Alejandroq12.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Julio Quezada",
"img": "https://avatars.githubusercontent.com/u/95459740?s=400&u=266df5ed117d0bf2479faf399f36d58d31a39894&v=4",
"email":"qjuliodev@gmail.com",
"links": {
"website": "https://www.julioquezada.com",
"linkedin": "https://www.linkedin.com/in/quezadajulio/",
"github": "https://github.com/Alejandroq12"
},
"jobTitle": "Full-Stack Web Developer",
"location": {
"city": "Turin",
"state": "Ahuachapán",
"country": "El Salvador"
}
}
16 changes: 16 additions & 0 deletions Submissions/AleksandarBuk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Aleksandar Bukvic",
"img": "https://avatars.githubusercontent.com/u/127892939?v=4",
"email": "aleksandar.buk@gmail.com",
"links": {
"website": "https://aleksandarbuk.github.io/Alex.github.io/",
"linkedin": "https://www.linkedin.com/in/aleksandar-buk/",
"github": "https://github.com/AleksandarBuk"
},
"jobTitle": "Pythoon Developer",
"location": {
"city": "Belgrade",
"state": "Belgrade",
"country": "Serbia"
}
}
Loading

0 comments on commit b5feda8

Please sign in to comment.