Giter Club home page Giter Club logo

devkit's Introduction

DevKit

All Contributors

Important: DevKit is no longer actively maintained. Bug reports and feature requests are still welcome but I cannot gurantee if they will be fixed/implemented.

However, pull requests are welcome and will be merged once they look fine.

Dependencies will be upgraded regularly (dependabot and snyk automatically opens pull requests for this)

DevKit is a simple progressive-web-application with tools a developer needs when coding. The project is completely free and open-source and does not need one to sign-up or provide it with any data, in fact we don't have a backend!!!

Note: This project is in a very early stage of development with only a few tools as of now but the core developer, that is me and contributors are making it better day-by-day

Contributing

First let us go through the project structure -

/components
    /Tools
        /<ToolCategory>
            /<Tool>
/data
    /categories.ts
    /tools
        /<Tool>
/pages
    /[...slug].tsx // This is the page where all the tools live. The tool details are obtained from the slug and the respective component for that tool is dynamically imported and shown on the right-side of the sidebar

The data folder components metadata about all the tools and tool categories. The components folder contains some universal components for the apps and tool-specific components. There is one master component per tool which is mounted to the page when the tool is requested for.

When adding a new tool, firstly put in the metadata of the tool in the data/tools/<category> directory by creating a typescript file (javascript is allowed but will be converted into typescript sooner or later by a maintainer or contributor and is usually not recommended) there. Then the categories.ts file needs to be filled up (refer to the other categories to understand. This will be soon documented in deep.). Now, a master component needs to be made. components/Tools/<category>/<tool> is the syntax. Note that the category must match the directory name field in the categories file and the tool must correspond to the componentFileName field.

Before opening a pull request, please manually test your code.

Happy contributing!!!

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Gourav Khunger

๐Ÿ–‹

Avneesh Agarwal

๐Ÿ’ป ๐Ÿ“–

Krish Gupta

๐Ÿš‡

Diganta Ghosh

๐Ÿ”ง

Anurag

๐Ÿ“†

David Leal

๐Ÿ“–

shirou

๐Ÿ’ป

This project follows the all-contributors specification. Contributions of any kind welcome!

devkit's People

Contributors

anishde12020 avatar snyk-bot avatar allcontributors[bot] avatar anuraglol avatar diganta413 avatar shirou avatar dependabot[bot] avatar fi-krish avatar avneesh0612 avatar panquesito7 avatar deepsourcebot avatar gouravkhunger avatar imgbotapp avatar

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.