KrishnaPoddar1
@KrishnaPoddar1All solutions
Mortgage Calculator using HTML,CSS and JS
#accessibility#semantic-uiSubmitted 10 months agoWhen there is an error state in the desktop view the design breaks.
Apart from that I think the code looks clean. But I would like someone to go through it. I think the Javascript code can be modified. Do look at it and let me know.
Any advice/suggestions would be welcomed
Contact form using HTML,CSS and JavaScript(Accessibility included)
#accessibility#semantic-uiSubmitted 10 months agoThere is quiet a few issues I have a problem finding solution to.
- The Form is not being centered vertically. Even after min-height of 100vh is provided.
- The Radio box when clicked doesn't change its color. The onclick function's have also been mentioned properly and its been called but the console log when it is clicked doesn't work instead I get a reference error. Similarly for handlebox2 as well.
ReferenceError: handlebox1 is not defined
Any Suggestions/tips would be helpful
News Homepage using HTML,CSS and JavaScript.
#accessibility#semantic-uiSubmitted 12 months agoWhen I change the view in the desktop view the nav-menu is not aligning properly and I think that the view in desktop for the nav-bar is not that good.
Any other suggestions would be welcomed!!
Age Calculator App using HTML, CSS and JavaScript
#accessibility#semantic-uiSubmitted 12 months agoCan the day calculation code be written in any other way(simpler way)?
**Any tips or suggestions are welcomed!! **
Huddle Landing page using HTML and CSS
#accessibility#semantic-uiSubmitted 12 months agoIs flexboxing the main class causing the screen to not look proper in widths of the screen greater than 1024px. How can this be fixed??
Any Tips/Suggestion would be helpful.
Ping Page Using HTML,CSS and JavaScript
#accessibility#semantic-uiSubmitted 12 months agoThe Styling of the form element when there is error. As you can see they are not aligned properly.
Along with that is there a simpler way to write the JS code for this??
Any Suggestions/Tips are welcomed
Single Price Component using HTML and CSS
#accessibility#semantic-uiSubmitted 12 months agoAny Suggestions/Tips would be welcomed.
Thank You!!
Base Apparel Using HTML,CSS and JavaScript
#semantic-ui#accessibilitySubmitted 12 months agoAny tips/Suggestions to make the code look good.
Social Section using Flex and Grid
#accessibility#semantic-uiSubmitted 12 months agoAny Ideas/Tips would be welcomed.
Thank You!!
Profile Card Component Using HTML and CSS
#accessibility#semantic-uiSubmitted about 1 year agoThe 2 images that are given for the background. I have placed them using brute force. Is there a method so that they are responsive?
Any Advice/Tips would be welcomed
Thank You!!
3 Card Component Using HTML and CSS
#accessibility#semantic-uiSubmitted about 1 year agoAny Suggestions/Tips would be appreciated
Stats Preview Card Component using HTML and CSS
#accessibility#semantic-uiSubmitted about 1 year agoAny Suggestions/Tips will be welcomed
Thank You!!
Order Summary Component Using HTML and CSS
#accessibility#semantic-uiSubmitted about 1 year agoAny Suggestions or tips would be helpful
Thank You!!
Responsive NFT Card using HTML and CSS
#accessibility#semantic-uiSubmitted about 1 year agothe clock and the text are not getting placed together on the same line.
Any other advice or suggestion will be helpful
Responsive Tip Calculator using HTML, CSS and JavaScript
#accessibility#semantic-uiSubmitted about 1 year agoI would like someone to go through the code and let me know whether the solution is correct or not as I am not sure about it.
Any Ideas or suggestion would be welcomed!
Reactive Rating Component using HTML,CSS and JavaScript
#accessibility#semantic-uiSubmitted about 1 year agoAny ideas/suggestions would be welcomed
Responsive Result Summary Using Data From JSON
#accessibility#semantic-uiSubmitted about 1 year agoAny Ideas or suggestion to improve the code.
Responsive Time Tracking Dashboard Using HTML,CSS,JS along with JSON
#accessibility#semantic-uiSubmitted about 1 year agoAs you can see in the JavaScript Code I have some comments in nextFunc() which were not giving the proper output like:
const val =
timeframes.${clickedId}.current
; const value = element[val];This is giving me undefined output and due to that I had to use a brute force method. I would love to know what was wrong in this and any other advice /suggestion will be helpful
This was my first time using JSON so I don't know whether it is correct or not.