Giter Club home page Giter Club logo

github-portfolio's Introduction

Github Portfolio

GitHub repo size GitHub contributors GitHub stars GitHub forks License Build Downloads Commits Last commit

Github Portfolio is an app that allows stalkers to check out developers and their repositories.

This app has two modes, in the first mode you can type in a Github username and it shows a few statistics of their profile. In the second mode all repositories are listed of that developer, also with a few statistics.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Docker or NodeJS depending on the way you want to run/build the project.

Installing Github Portfolio

To install Github Portfolio follow these steps:

Any OS:

git clone https://github.com/antonderegt/github-portfolio.git

Using Github Portfolio Docker Setup

To use Github Portfolio follow these steps:

Build the image with this command:

docker build -f Dockerfile.dev -t <image_name> .

Once the images has been build you can run the container with the following command:

npm run docker

This spins up a container with the following parameters, which you can see in the package.json.

docker run --rm --name ghp -d -p 8080:8080 -v ${PWD}:/app <image_name>

It runs on port :8080.

Production

Build the image with this command:

docker build -t <image-name> .

Run the container with this command:

docker run --name <container-name> <image-name>

It runs on port :80.

Using Github Portfolio Regular Setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Testing

To run the Jest unit tests run the following command in your terminal

npm run test:unit

To run the Cypress e2e tests install Cypress

npm install -d cypress

and run it like this

npx cypress open

Contributing to Github Portfolio

To contribute to Github Portfolio follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

Thanks to the following people who have contributed to this project:

Contact

If you want to contact me you can reach me at [email protected].

License

This project uses the following license: MIT.

github-portfolio's People

Contributors

antonderegt avatar jeroen-van-dijk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jeroen-van-dijk

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.