Giter VIP home page Giter VIP 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

allcontributors[bot] avatar anishde12020 avatar anuraglol avatar avneesh0612 avatar deepsourcebot avatar dependabot[bot] avatar diganta413 avatar gouravkhunger avatar imgbotapp avatar kevin51jiang avatar kkrishguptaa avatar panquesito7 avatar shirou avatar snyk-bot 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

Watchers

 avatar

devkit's Issues

[BUG]: Some tools are not responsive on mobile

Broswer

Chrome Android 99, Edge 99 Linux (devtools view)

Current Behaviour

Some tools like html to jsx converter, JSON to YAML converter, UNIX time converter are not responsive on a mobile viewport

Expected Behaviour

The tools should be responsive (mainly some problems with margins and no flex wrap)

Steps to reproduce

Open any of the aforementioned tools

Additional Information

Screenshots -

image
image
image

Add a router progressbar

It takes a few seconds for the user to get pushed to a page after clicking a link to it. So it would be good to add a progress bar for it :D

[FEAT]: WebP converter

Description

A tool to convert an image in other formats, to webp format would be a great addition :D

Additional Information

Similar to Image Resizer, one should be able to upload an image in a format, other than webp and be able to download the webp format of that image.

Type of feature

New Tool

New Tool: JWT Encoder Decoder

A new tool which can encode data into a JWT token as well as decode the token into data. Also, add JWT validation.

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.