https://github.com/ajkun55/url-shortening-api-landing-page
Frontend Mentor Challenge, Responsive Mobile-first web design, React, Tailwind CSS
https://github.com/ajkun55/url-shortening-api-landing-page
frontendmentor-challenge react tailwindcss
Last synced: 3 months ago
JSON representation
Frontend Mentor Challenge, Responsive Mobile-first web design, React, Tailwind CSS
- Host: GitHub
- URL: https://github.com/ajkun55/url-shortening-api-landing-page
- Owner: ajkun55
- Created: 2024-07-30T02:35:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T02:48:22.000Z (10 months ago)
- Last Synced: 2025-01-12T17:46:53.003Z (5 months ago)
- Topics: frontendmentor-challenge, react, tailwindcss
- Language: JavaScript
- Homepage: https://url-shortening-api-landing-page-ochre.vercel.app
- Size: 656 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Shortly URL shortening API Challenge

## Welcome! 👋
This is my solution to the [Shortly URL shortening API Challenge challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/url-shortening-api-landing-page-2ce3ob-G).
Thanks for checking out this front-end coding challenge.
[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.
**To do this challenge, you need a basic understanding of HTML, CSS and JavaScript.**
## The challenge
Your challenge is to build out this landing page, integrate with the [Clean URI API](https://cleanuri.com/docs) and get it looking as close to the design as possible.
You can use any tools you like to help you complete the challenge. So if you've got something you'd like to practice, feel free to give it a go.
Your users should be able to:
- View the optimal layout for the site depending on their device's screen size
- Shorten any valid URL
- See a list of their shortened links, even after refreshing the browser
- Copy the shortened link to their clipboard in a single click
- Receive an error message when the `form` is submitted if:
- The `input` field is empty## Building your project
Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:
1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/).
2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below.
3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles.
4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content.
5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`.
6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on.## Deploying your project
**Have fun building!** 🚀