/git_commits_view

This is a REALLY TINY project that consumes GitHub API and allows to search for a public repository and see latest commits.

Primary LanguageTypeScript

Welcome to Git Commits View app

This is a tiny application that shows latest commits made into my repo git-commits-view by fetching them all directly from GitHub API. Future versions could search for any public repo. Private repos would require authentication tokens.

This was made using React, Typescript and styled-components. If you want to run it into your machine, make sure to have Node (^14.16.1) installed.

This project was bootstrapped with Create React App.

You can see a deployed version accesing here: Git Commits View.


Quick start

# Clone this repository and cd into it.
git clone https://github.com/MrTrukiny/git-commits-view.git
cd git-commits-view

# If you don't have Yarn installed, do it.
npm install --global yarn

# Install dependencies.
yarn install

# Start the application.
yarn start

# Open http://localhost:3000 to view it in the browser.

Enjoy It ^_^