Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.15 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.15 KB

Bitcoin Quotations

Mobile application to check the current price of Bitcoin and price history over the years.

⚙️ Technologies

Technologies studied and used to carry out this project:

📝 Pre-requirements

To clone and run this project, you will need:

Note: When installing Node.js, npm is automatically installed. 🎉

🛠️ Installation

$ npm install

🏃 Running the app

$ npm run start

🧪 Running the tests

# unit tests
$ npm run test

# test coverage
$ npm run test:coverage

Made with 💚 by Gabriel Rapucci.