This serves as the User Interface for File Downloader and is written in React.
This only provides basic functionality and uses api's exposed by FileDownloader
For building and running the application you need:
- yarn for mac this can be done as:
brew install yarn - FileDownloader Follow instructions for installation
Clone the repository:
git clone git://github.com/gaurav0107/filedownloaderUi-react.git
cd filedownloaderUi-react
Install dependencies:
yarn install
Run:
yarn start
Open http://localhost:3000 to view it in the browser.
- Show message based on Api result on user interface.
- Validations.
- Automatically Update Download File List on Creating New Download.