Frontend for the Gaston project made with React.
- User login
- Account movements by date screen
- Review movement screen
- Movement details view
The app uses AWS Amplify to interface with AWS Cognito for authentication. Once the app has an access token, it is used to call the API built using AWS API gateway and Redux is used for app wide state handling.
The project was setup Create React App so the workflow comes straight from the template.
In order to start the app, run npm start
and then navigate to http://localhost:3000.
Run npm test
.
Run npm lint
.