This repository contains all my JavaScript projects that I built while learning.
- Here, users can ask questions and answer the questions, upvote/downvote the questions, mark the questions as favourites.
- It doesn't make use of common database instead it makes use of browser's local storage to access and store the data.
- Tech Stacks :
HTML
,CSS
,JavaScript
.
- Online Compiler is web app that helps the user to compile and run the codes written in Java, C/C++, Python, JavaScript.
- It makes use of CodeQuotient API with the help of AJAX to compile and return the output of the code to the user.
- Tech Stacks :
HTML
,CSS
,JavaScript
,CodeQuotient API
.
- Here, users can enter the city name and can find the weather details of a particular city.
- It makes use of the Open Weather Map API to return the weather details of a city.
- Tech Stacks :
HTML
,CSS
,JavaScript
,Open Weather Map API
.
Hope you all liked it ❤️