Shortly landing page built in React Js. In this web application you can shorten a link. It was a challenge proposed by the Frontend Mentor site.
Concepts learned in this proyect:
- Axios
- Functional Components
- Props
- Lifting
- React Hooks
Install Git with:
$ sudo apt install git
Install NodeJs Js with:
$ sudo apt install nodejs
Install NPM with:
$ sudo apt install npm
Clone this repo
$ git clone https://github.com/DanielCuevas1822/Shortly.git
Use following commands:
$ cd Shortly
$ npm install
$ npm start
https://danielcuevas1822.github.io/Shortly/
https://www.frontendmentor.io/
With β€οΈ DanielCuevas1822