Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: standordizing and lowercasing tech stack names #1929

Merged
merged 1 commit into from
Aug 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions DB/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"tech": [
"html",
"css",
"js"
"javascript"
]
}
]
Expand Down Expand Up @@ -853,7 +853,7 @@
"tech": [
"reactjs",
"tailwindcss",
"redux "
"redux"
]
}
]
Expand Down Expand Up @@ -1051,7 +1051,7 @@
"html",
"css",
"javascript",
"Ruby"
"ruby"
]
},
{
Expand Down Expand Up @@ -1617,7 +1617,7 @@
"html",
"css",
"javascript",
"api",
"api",
"tailwindcss"
]
},
Expand Down Expand Up @@ -1714,7 +1714,7 @@
"tech": [
"reactjs",
"tailwindcss",
"redux Toolkit",
"redux toolkit",
"redux"
]
},
Expand Down Expand Up @@ -1850,7 +1850,7 @@
"reactjs",
"javascript",
"tailwindcss",
"sanity "
"sanity"
]
}
]
Expand Down Expand Up @@ -1938,7 +1938,7 @@
"tech": [
"html",
"css",
"Js"
"javascript"
]
},
{
Expand All @@ -1948,7 +1948,7 @@
"tech": [
"html",
"css",
"Js"
"javascript"
]
}
]
Expand Down Expand Up @@ -2074,7 +2074,7 @@
"tech": [
"html",
"css",
"Js"
"javascript"
]
}
]
Expand Down Expand Up @@ -2395,7 +2395,7 @@
"title": "Travel Agency",
"description": "Jadoo is the Name, it's a travel agency website that can helps people with their traveling into another country and enable them book any flight of their choice ",
"tech": [
"reactjs js",
"reactjs",
"tailwindcss",
"api",
"redux",
Expand Down Expand Up @@ -5251,7 +5251,6 @@
"tech": [
"nextjs",
"tailwindcss",

"typescript"
]
}
Expand Down Expand Up @@ -5534,7 +5533,7 @@
"title": "Wildfire Saviour",
"description": "The ultimate application for detecting wildfire and notifying in time!",
"tech": [
"next",
"nextjs",
"firebase",
"opencv",
"aws"
Expand All @@ -5545,7 +5544,7 @@
"title": "Super Chat",
"description": "A realtime chat app built using react and firebase!",
"tech": [
"react",
"reactjs",
"firebase"
]
}
Expand Down Expand Up @@ -5594,7 +5593,7 @@
"description": "Building anime recommendation system based only on user viewing history, Genre and other features",
"tech": [
"python",
"ml"
"machine learning"
]
}
]
Expand Down
Loading