Jigar Chavada
Jigar Chavada
There are many interesting plots which can be plotted using the GitHub API.      Here are some examples from last year. You are expected...
1. The leaderboard is hosted at https://opencode19.netlify.com, you all are required to submt the issues you have solved at the above link. 2. Just navigate to `Submit Issue` and fill...
The cards for participants,mentors & projects are quite dull to be honest. Make them stylish https://codepen.io/andytran/pen/BNjymy https://codepen.io/szpakoli/pen/xbJjdR https://codepen.io/choogoor/pen/YWBxAg Here are three designs for cards. While claming the issue let us...
You are required to write a blog about any thing that you learned during OpenCode. It can range from anything between different ways to give CSS properties to any HTML...
The data to be displayed is in the data/GitHubResume.md. Make sure you create the section using cards
The data to be displayed is in the data/Websites.md. Make sure you create the section using cards
While loading the website, observe the network tab within Developer Tools. It shows all the resources which are being requested by the website. Try to find out things which are...
https://api.iextrading.com/1.0/stock/market/list/gainers https://api.iextrading.com/1.0/stock/market/list/losers These API endpoints give the top gainers and losers of NASDAQ of the particular day. Need to create a new component to display these details
Currently, when we buy a stock we can't see the total buyValue beforehand on the page. It would be nice if there where 2 buttons, one to see the buyPrice...