Developer Community Stats

screenshot of Developer Community Stats
gatsby
react
scss
ant-design
chakra-ui

A repository to encourage beginners to contribute to open source and for all contributors to view their Github stats

Overview

The Developer Community Stats repository aims to encourage beginners to contribute to open source projects and provides a platform for all contributors to view their Github statistics. It includes opportunities for open issue contributions and challenges for newcomers. The core website is built using Gatsby, React, and Github Graphql API.

Features

  • Stat Tracking: Enables contributors to view their Github stats.
  • Open Issues: Encourages beginners to contribute to open source by providing open issues.
  • Challenges: Allows users to suggest challenges, feedback, or ideas for the community.
  • Website Contribution: Provides steps for contributing to the core website built with Gatsby, React, and Github Graphql API.
  • Contributors: Opportunities for users to add themselves to the list of contributors.
gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

chakra-ui
Chakra UI

Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

mdx
MDX

MDX is a format that allows developers to write JSX within Markdown documents, combining the power of React with the simplicity of Markdown. This allows for the creation of dynamic and interactive content that can be easily shared and consumed across different platforms and devices.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.