Shortly is a URL shortening API landing page. Created as a Frontend Mentor challenge solution.
Website created with ReactJS framework and styled with TailwindCSS
The main goal of this challenge is to create link-shortener website, which works with link-shortener API and keeps the history of processed links in local storage.
Additional: You receive an error message when the form is submitted if the input field is empty or entered URL isn`t valid
Website is powered by ReactJS with Redux (using @reduxjs/toolkit), which controls browser local storage. For responsive and sightly UI i used Tailwind CSS framework and good old SASS :)
You can try this project on your own server (or localhost): In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.