https://github.com/papilo-cloud/social-links
https://github.com/papilo-cloud/social-links
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/papilo-cloud/social-links
- Owner: papilo-cloud
- Created: 2024-06-11T22:58:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T04:08:51.000Z (about 1 year ago)
- Last Synced: 2025-01-26T09:43:56.546Z (5 months ago)
- Language: TypeScript
- Homepage: https://social-links-psi-coral.vercel.app
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Link Profile Component
This is a solution to the [Social links profile challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/social-links-profile-UG32l9m6dQ). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## overview.
### The challenge
Users should be able to:
- See hover and focus states for all interactive elements on the page
## My process
### Built with
- Semantic HTML5 markup
- Composition pattern
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [Tailwind css](https://tailwindcss.com/) - For styles### What I learned
I used this project to demonstrate how the Composition Pattern in React.
How it can be used to create a more reusable and composable component.