Skip to content

Latest commit

 

History

History
136 lines (93 loc) · 3.46 KB

README.md

File metadata and controls

136 lines (93 loc) · 3.46 KB

BitInforma

codecov cypress


Logo

BitInforma

A landpage for criptocurrencies
View Live

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgments

About The Project

BitInforma Screen Shot This is a landing page to follow criptocurrencies. It have a search field that you can use to change the displayed currency. The project have unit, integration and end-to-end tests. The interactions between components were developed with React Context API.

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

You can use NPM or YARN to install the dependecies and run the development server and tests.

Installation

  1. Clone the repo and enter the project directory
    git clone https://github.com/Aledosim/bitinforma
    cd bitinforma
  2. Install packages
    npm install || yarn install

(back to top)

Usage

  • To run the development server

    npm start
  • To run the unit and integration tests

    npm test
  • To run the end-to-end tests

    npx cypress run

(back to top)

Contact

Alexandre do Sim - LinkedIn - aledosim@yahoo.com.br

(back to top)

Acknowledgments

This project is part of an application for Elliptic group of brazillian Federal University of Piauí. You can check the base design and the requisites (in portuguese) that was given.

(back to top)