Hey! I'm Mohid Alam 👋
I'm a fullstack web developer with a strong passion for building responsive and performant web applications with great user experiences that positively impact the world.
I'm a fullstack web developer with a strong passion for building responsive and performant web applications with great user experiences that positively impact the world.
A single page responsive site for a Hair Salon. Design is taken from a wireframe online. All the layout is completed using floats or display property. The challenge was to complete the layout without using css grid or flexbox.
A single page responsive site for a Cruisine Restaurant. Design taken from a wireframe online. All the layout was completed using floats or inline-block and without using css grid or flexbox.
This repo is a collection of 10+ basic JS DOM manipulation projects. The projects cover topics like getting elements from DOM, creating custom elements and appending them to other elements, getting and changing attributes, getting and changing internal HTML, getting and changing CSS styles, working with local storage and adding animations.
This simple site gets a random dog picture from the dog.ceo API and displays it on the click of the button or the load of the page. It also stores all the previously generated random image links the in the browser's local storage which can be cleared.
The simple site allows you to get the Nasa picture/video of the day as well as get the picture/video from any date picked. The site uses Nasa APOD API to achieve that. It also stores your previous searched date data in your browser's local storage.
A simple directory site that allows you to search among thousands of drinks for recipe and ingredients. The site allows you to filter between alcoholic and non-alcoholic drinks. The site uses cocktail db API to acchieve that.