Welcome To My Blogs

Mohit Maroliya  |

Nov 21, 2022

Starting with React-Redux

#react #redux #webdev #beginners

Hello everyone, this is my first post on Dev.to. In this post, I am trying to explain the use of Redux in ReactJS with an example. Here, I have taken some references from YouTube and Google for information. I will first explain to you the need for Redux and explain it with the code. For reference, you can check out Github to view the code ...

Mohit Maroliya  |

Dec 07, 2021

Creating Super Buttons for Like, Share and Subscribe

#beginners #html #css #javascript

Whenever you watches any YouTube video, I'm sure you have come across the terms Like, Share and Subscribe. I wanted to create a cool html-css button that represents the feeling of Like-Share-Subscribe. For this we require a html file index.html, css file style.css and javaScript file index.js. The end result for Like button is like this:

Mohit Maroliya  |

Dec 31, 2021

Creating Super Radio Buttons

#beginners #html #css #webdev

In the last post , I had shared to create SuperLike, SuperShare and SuperSubscribe buttons. In this post, I will show how to create a cool html-css radio button that represents the feeling of animated radio-button. For this we require a html file index.htmland a css file style.css only. ...

Mohit Maroliya  |

Jan 12, 2022

my-notebook using MongoDB

#atlashackathon #mongodb #react #webdev

Today, writing notes is very important in order to stay organised. Especially in Corperate sector, When you write all your tasks in form of notes, they seem more manageable. When you've got a clear outline of the tasks you've got to do and those you've completed, it helps you stay focused. Also it works as a reminder for you ...