A responsive calculator react app.
Please cd into folders correctly. React apps are case sensitive and will not start if the terminal path does not match the actual path
This application has been deployed, click to view
Navigate to the folder you want to store this project in terminal, then clone the repository
git clone https://github.com/jaydenteo/url-shortener.git
Navigate to the cloned repo
cd url-shortener
Download package and install dependancies
npm install
Run the application
npm start