Skip to content

Commit

Permalink
chore: standordizing and lowercasing tech stack names
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Saini <[email protected]>
  • Loading branch information
s2sharpit committed Aug 1, 2023
1 parent 4451a5a commit 61f0a0e
Showing 1 changed file with 13 additions and 14 deletions.
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

0 comments on commit 61f0a0e

Please sign in to comment.