An open API service indexing awesome lists of open source software.

https://github.com/codewithalamin/intro-section-with-dropdown-navigation

Responsive intro section with dropdown navigation built with HTML, CSS, and JavaScript.
https://github.com/codewithalamin/intro-section-with-dropdown-navigation

codepapa360 codewithalamin css frontend-development frontend-mentor frontend-web frontendmentor-challenge html javascript

Last synced: 4 months ago
JSON representation

Responsive intro section with dropdown navigation built with HTML, CSS, and JavaScript.

Awesome Lists containing this project

README

        

Intro section with dropdown navigation


Challenge from [Frontend Mentor](https://www.frontendmentor.io/challenges)


Live Demo


FrontendMentor

Status

License



This repository contains my solution to the Frontend Mentor challenge "Intro section with dropdown navigation". The challenge was to build a responsive intro section with dropdown navigation using HTML, CSS, and JavaScript. The solution is a modern intro section that adapts to different screen sizes. It is sure to impress visitors with its clean design and smooth animations.

![Screenshot](./screenshots/Intro-section-with-dropdown-navigation-screenshot-CodeWithAlamin.png)

## The challenge

Users should be able to:

- View the relevant dropdown menus on desktop and mobile when interacting with the navigation links
- View the optimal layout for the content depending on their device's screen size
- See hover states for all interactive elements on the page

## Built with

- Semantic HTML5 markup
- Mobile-first workflow
- CSS custom properties
- CSS Grid
- JavaScript
- NPM
- [Webpack - a module bundler](https://webpack.js.org/)

## Installation

- Clone this repo:

```sh
git clone https://github.com/CodeWithAlamin/Intro-section-with-dropdown-navigation.git
```

- Install dependencies:

```sh
npm install
```

- Build command:

```sh
npm run build
```

- Live server:

```sh
npm start
```

## Author

👤 Alamin

- Twitter - [@CodeWithAlamin](https://www.twitter.com/CodeWithAlamin)
- LinkedIn - [@CodeWithAlamin](https://www.linkedin.com/in/CodeWithAlamin)
- Frontend Mentor - [@CodeWithAlamin](https://www.frontendmentor.io/profile/CodeWithAlamin)
- Github: [@CodeWithAlamin](https://github.com/CodeWithAlamin)

Feel free to contact me with any questions or feedback!

## Show your support

Give a ⭐️ if you liked this project!

## Acknowledgments

Special thanks to Frontend Mentor for providing such an amazing platform to practice and improve my frontend skills. The challenges and projects available on the website were both fun and challenging, and helped me learn a lot in a short amount of time.

## License

This project is licensed under the [MIT](https://github.com/CodeWithAlamin/Intro-section-with-dropdown-navigation/blob/main/LICENSE.md) license, which means you can use, modify, and distribute the code as you wish. If you have any questions or feedback, feel free to reach out. Thank you for considering my code!