This project is set up using create-react-app by facebook.
Available at https://goo.gl/J5TrWH
Heads up: to proceed to the wallet page, please use "2018" as the OTP in order to pass the validation.
-
toast message
appearance animation in the wallet page was applied with scaling and opacity transformation to create a "pop-up" effect to attract user's attention. It disappeared in the "reverse" form by scaling down to 0 and become totally transparent before it's removed completely from the page. -
tooltip
appearance animation in the wallet page was also applied with scaling. In addition,transform-origin
is set totop right
to guide the user to the direction of the subject refered in the tooltip.
- run
npm install
to install all the dependencies. - run
npm start
to run the app in the development mode.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.