/gostack11-challenge-reactjs-fundamentals

GoStack 11 Challenge: ReactJS Fundamentals

Primary LanguageTypeScript

GitHub language count GitHub top language Made by José Antonio GitHub

GoStack 11 Challenge: ReactJS Fundamentals

In this challenge was necessary create a web application to list the bank transactions and the balance. The data will be loaded from the api service that was created previously (link in the Prerequisites section).

The application can also send the transactions by a file in CSV format to the api. Click here to see a example of import file.

Getting Started

Prerequisites

Install

Clone the repository to your machine.

git clone https://github.com/otenbr/gostack11-challenge-reactjs-fundamentals.git

Change to solution directory

$ cd gostack11-challenge-reactjs-fundamentals

Run the command npm or yarn.

$ yarn

Run

Run the command npm run start or yarn start.

$ yarn start

Test

To execute the unit tests, run the command npm run test or yarn test.

$ yarn test

Credits

This software uses the following open source packages:

License

MIT