/Git4n

A través de este sistema se puede conocer, en una sola página, la información relevante de cualquier usuario de Github.

Primary LanguageTypeScript

Git4n

This web page allows you to know some relevant information of any GitHub user

Layout

For the layout I used the following tools:

  • HTML5
  • CSS3 (In a separate file, to keep apart the responsibilities of each file)
  • Material UI

Installation and Running

To install and run the application execute the following commands:

git clone https://github.com/syvelasquez10/Git4n.git
cd Git4n
npm i
npm start

The application will be served on localhost:3000

Test

To run the test execute the following command:

npm run test