GitXplorerGitXplorer
s

follow-favorite-repos

public
3 stars
3 forks
5 issues

Commits

List of commits on branch master.
Unverified
cea5ad2a282f4f0001873859581a1e09f79a44dd

test: adding testing-library package

sshootermv committed 4 years ago
Unverified
7d3657ddec415b213f6b9a6380eb7d5296734e53

chore: replace url with env value

sshootermv committed 4 years ago
Unverified
95231e93ce126eced8c603a929ac77795a79d0d1

chore: .env file remaned to .env.local

sshootermv committed 4 years ago
Unverified
3555aced83ba532e8ed3222b6f362fee9ed716d6

refactor: request url prefix taken from sys env

sshootermv committed 4 years ago
Unverified
9486427bafbdcd7ba1a337019f13b6ab1be27d86

test(e2e): add check for active tab

sshootermv committed 4 years ago
Unverified
9dafe3bc273325e9d6240cb0f2ee105007631fc8

chore: rename cy test file

sshootermv committed 4 years ago

README

The README file for this repository.

Demo

Motivation

The purpose of this repo was to create a tool with which
someone can track easily changes of his favorite opensource repo

More About: What Is Behind Of This Repo

I think that one way(among many others) to measure the programmer level - is by looking at his/her contributions to opensource.

Why?

  • Because you actually can see the code he/she wrote not under pressure
  • Because you actually can see he/she knows how to work with git
  • Because for contirbuting to some popular repo you need to learn about project and its contributing-code in depth...

But How To Become A Contributor?

One way - is to look on some opensource project you like, and try to understand it`s spirit
That is why it may be important to follow the repo you-want-to-contribute closely

Technologies

This project built with React great library
Also used Jest library for running unit tests
Also used Storybook library for running visual tests

How To Run

  • clone project git clone https://github.com/shootermv/follow-favorite-repos
  • install dependencies npm i
  • run npm start

Interesting Thing About Demo

The demo is hosted with free online codesandbox editor
Which can use also a free hosting platform for JS apps
And also makes you able to build relative complicate apps without installing anything
Which makes me to relate codesandbox - as editor of the future