The purpose of this repo was to create a tool with which
someone can track easily changes of his favorite opensource repo
I think that one way(among many others) to measure the programmer level - is by looking at his/her contributions to opensource.
- 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...
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
This project built with React great library
Also used Jest library for running unit tests
Also used Storybook library for running visual tests
- clone project
git clone https://github.com/shootermv/follow-favorite-repos
- install dependencies
npm i
- run
npm start
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