Build a webpage using React and Redux that allows the user to enter loan information and then displays rate quotes from our API.
- Clone the repo or download the zip and extract it:
[git clone https://github.com/codeanddraw/own-up-ui.git]
- Checkout the master branch:
git checkout master
- In the project directory, you can run:
npm install
- Configure local environment variables: Put your API credentials in the
.env
file - Run the project:
npm start
Th app will start in the development mode. Open http://localhost:3000 to view it in the browser. The page will automatically redirect to http://localhost:3000/own-up-ui
- Run the tests:
npm test
Launches the test runner in the interactive watch mode.
npm run build
Builds the app for production to the build
folder.
This project was bootstrapped with Create React App.
Additional libs installed during development: