GithubHelp home page GithubHelp logo

choukseykhushbu / gitzilla Goto Github PK

View Code? Open in Web Editor NEW
62.0 62.0 10.0 3.62 MB

A resume builder for your GitHub profile.

Home Page: https://gitzilla.netlify.app/

License: MIT License

HTML 1.65% JavaScript 69.77% SCSS 28.58%
github-api graphql graphql-api graphql-server hacktoberfest hacktoberfest2021 javascript react react-router scss

gitzilla's Introduction

Hey, Geeks!! ๐Ÿ‘‹

โœจ One line that describes me best?

I am a self taught web developer, trying to dive deep in the ocean of web.

๐Ÿค” What do I do?

  • ๐Ÿ“— I am a fourth year undergraduate, with a great interest in JavaScript ecosystem.
  • ๐Ÿ“— Building projects in MERN stack.
  • ๐Ÿ“— Looking for interesting opportunities in web as a front-end/full-stack web developer.

๐ŸŒฑ What Iโ€™m currently learning?

Recently, I am much involved in the front-end Library ReactJS.

๐Ÿ“ซ How to reach me?

If you would like to discuss anything with me, you can reach out to me on and

๐Ÿ˜„ Pronouns:

She/Her

๐Ÿ“ถ Stats:

My github stats

Top Langs

visitors

gitzilla's People

Contributors

bloodzmoon avatar choukseykhushbu avatar garvnanwani avatar ming-tsai avatar monkfromearth avatar vahlcode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gitzilla's Issues

`No wrap` to links

There is no wrapping for links, it goes outside the container and spoils the UI!
Apart from that, the website is very neat and clean. Absolutely loved it!

Screenshot (104)

Also, try adding a favicon to your project: a cherry on the cake!

Feature Request/Bug: Repository limit is 100

Hi Khushbu,

I have about 300 public repository. But your app only receives 100 of them.
Because GitHub web services only give 100.
But you have to scan page by page.

Read more:
https://developer.github.com/v3/#pagination


Take a look at this example:
https://github.com/BaseMax/GitHubBackupArchiver/blob/master/download-repositories.php#L7

Regards,
Max

If no skill is found for a particular user, the animation is being endless.

Issue - If no skill is found for a particular user, the animation is being endless.

The code where skills are written -
src/components/User.jsx

<div className="skills">
            {Object.keys(skills).length > 0
              ? Object.keys(skills).map((s) => <span key={s}>{s}</span>)
              : [...Array(5)].map((a) => (
                  <span
                    key={a}
                    className="shine"
                    style={{ width: "50px", height: "20px" }}
                  ></span>
                ))}
 </div>

Class shine has all the animations implementation which can be found in src/variables.scss

Add a screenshot of the project to the README

Hi everyone ๐Ÿ‘‹,

Description:
This project's README looks great, but what does everyone think about adding a screenshot of the app, to showcase it before anyone clicks on the link to visit the live app?

Something like this:
imagem

Or the result of someone's resume after inputting their profile.

Objective:
This way a new contributor or user looking at the project, gets a glimpse of what your project does, and how it looks ๐Ÿ˜ƒ

PS: This was an idea from Eddie on this YouTube video ๐Ÿ˜„

Lack of Linting and Style Guide

Probably adding ESLint, with Airbnb's React Style Guide as a reference to provide a better cleaner code style guide.

Self assigning this to myself. Will make a PR before fixing #23

feature: Extra info on repo cards

Show information which github cards show like this

  • Stars & forks count
  • Showing repo's github page or website if available
  • Adding badges for forked repos
  • Sorting by stars (maybe also give option to sort by different parameters)

Add sorting options for the repositories

Currently, the repositories are sorted by last commit. Would be great if there were more options such as date created or to rearrange the repositories manually.

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.