Url Shortener FrontEnd
Built with ❤︎
Building a custom URL shortening GUI using React, React-router and Materialize css
- React - JavaScript library for building user interfaces.
- React-router- Complete routing library for React
- Materialize css- Responsive front-end framework based on Material Design
# clone it
git clone https://github.com/rakeshkumargupta/url-shortener-frontend.git
cd url-shortener-frontend
# Make it your own
rm -rf .git && git init
Check out repository https://github.com/rakeshkumargupta/url-shortener-backend for running back end NodeJS api.
# Install dependencies
yarn install
# Start client
yarn start
GNU