#Instructions and installelation guide
This is the front end of a simple file uploader full stack app. The app is bootstrapped with create-react-app
- Front end is built with react and pure css mostly;
- Local state was used since the complexcity was minimal.
- sweetAlert library is used to display user alerts
- react-router is uses to navigate between components.
Just clone the repository or download as zip. Then run these commands from your CLI then
npm install
yant start or npm npm start