amsmu / url-shortener-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run it?

In the directory run

npm install

npm start

Now you'll be on the landing page which will have the input field to enter the url.

  1. For making the api call I'm using fetch.
  2. For UI elements I've used ant design.
  3. Demonstrating that I can use redux-sagas or react-redux or any other commonly used patterns in react would be overkill for this demo.

About


Languages

Language:JavaScript 74.4%Language:HTML 16.9%Language:CSS 8.7%