My first app written in React. As its name says, the app allows us to make long links shorter.
- React v18.1.0
- NodeJS v14.16.0
- npm v6.14.11
-
Clone the repo to your local machine
git clone https://github.com/rimakan/link-shortener.git
-
Go to the created repo and run
npm install
-
Run
npm start
to start the app