You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profolio website is used to gather all my projects at one place and showcase at neog camp. I have used html and vanilla css for creating this project please look into it. I have also written 2 blogs in my website
This app is created using html css and javascript I have used Pirate translation Api from fun translactions and used fetch method to fetch the translated text.
This is emoji translator or also know as know your emoji which is created using html css and react. I have kept my favourite emoji with its meaning user can know its meaning by clicking on emoji or enter that emoji in input field.
This app is created using html css and vanilla js. It will tell us whether birthday is lucky or not. First it will take user's birthdate and seond it will take user's lucky number and print whether lucky or not.
This app is created using Html css and javascript once we enter birthdate it give whether it is palindrome birthday or not and also give how much days it is far.
This app is created using html css and vanilla js. It takes initial price from user then it takes quantity stocks means how much stock do user have and as a third input it takes current price of the stock. By this value user can know whether he/she is in profit or loss.
First of All Lets understand What is Array??An array can store a Fixed-size collection of elements of the same data type. Array is used if there is lots of data of same data type and if want to manage with some Less number of code then array is used.
CSS selectors is used for selecting an HTML element and apply CSS to a particular element. There are multiple kinds of CSS selectors let's see all of them in detail with examples.