Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jithin-b-p/intro-section-with-dropdown-navigation-main
https://github.com/jithin-b-p/intro-section-with-dropdown-navigation-main
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jithin-b-p/intro-section-with-dropdown-navigation-main
- Owner: Jithin-b-p
- Created: 2024-03-11T14:26:42.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-11T15:17:29.000Z (8 months ago)
- Last Synced: 2024-04-18T14:12:48.534Z (7 months ago)
- Language: JavaScript
- Size: 718 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Intro section with dropdown navigation solution
This is a solution to the [Intro section with dropdown navigation challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/intro-section-with-dropdown-navigation-ryaPetHE5). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
### 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### Screenshot
![](./design/desktop-preview.jpg)
![](./design/lighthouse.png)### Links
- Solution URL: [Add solution URL here](https://your-solution-url.com)
- Live Site URL: [click here](https://jithin-bp-intro-section-with-dropdown.netlify.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [tailwind](https://tailwindcss.com/) - For styles## Author
- [Jithin B P]()
- Frontend Mentor - [@Jithin-b-p](https://www.frontendmentor.io/profile/Jithin-b-p)
- twitter - [@b_p_jithin](https://twitter.com/b_p_jithin)## Acknowledgments
- Install dependencies:
```bash
npm install
```- run in development mode:
```bash
npm run dev
```Open http://localhost:5173 to view it in your browser.