Skip to content
View Ninja-Vikash's full-sized avatar
:copilot:
Magician
:copilot:
Magician

Organizations

@front-end-dot-dev

Block or report Ninja-Vikash

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Ninja-Vikash/README.md

Hello , I'm Vikash Kumar

Web Developer - IN


Know me!

  • ๐Ÿ’ฌ Ask me about:
    Frontend Development stuffs like JavaScript, CSS & Material UI
  • ๐Ÿ“ซ How to reach me:
    [email protected]
  • โšก Fun fact:
    Food can make me happy!

Ninja-Vikash


Connect Via ๐Ÿ”—

ย 


GitHub Trophies ๐Ÿ†


My Works ๐Ÿ‘‡

caselyjs is a programmatic tool that helps you rename files and folders in bulk using a consistent naming convention like kebab-case, camelCase, or PascalCase.

Say goodbye to manually renaming 100+ files in your project!

npm install caselyjs

Minimum setup you need to start with

import { casely } from 'caselyjs';

casely.config({
  path: 'src'
});

casely.execute();

Tip

Full configuration details inside the documentation.

๐Ÿ”— npmjs.com/caselyjs


vitecraft โšก

Eliminates the process of setting up react project from scratch.
Instead, Use vitecraft

Warning

vitecraft is still under-development phase.

A super cool handy tool to quickly setup react app with built-in library support for ( TailwindCSS, MaterialUI, Axios, Prettier and so on. )
Must try! - In your upcoming projects.
Play with the CLI below ๐Ÿ‘‡

vitecraft, Enjoy! Your superfast setup tool ๐Ÿš€!

# CLI to Initialize App
npx vitecraft

๐Ÿ”— npmjs.com/vitecraft


An ultimate resource for Web Developers!

Where I have discussed and written experience based code.
Inside the documentary, You'll find?

Best practices!
And Hacks! ๐Ÿ˜Ž


JSBrainStorming, has built to practice!
JavaScript challenges and logic building.

Inside the repo there are many Code Snippets written for pratice and logic building in JS.


Do you need?
A quick cleanup of your download folder with messy file collection.

Gotcha! Solution is here.

Code in action ๐Ÿ‘‡

// index.js
import { Clutter } from "../clutter.js";
    
Clutter("index.js")

Note

Currently, Built on node.js environment.
To execute this code, You'll have to create a node environment.

Install/download node.js


Employee Data Storage ๐Ÿง‘โ€๐Ÿญ

A MERN Stack application, built for storing informations of your employees.

Frontend and Backend both are packed in one place.
So, You do not need to look anywhere else for backbone code.

Agenda: one repo, one project!


Magical Number ๐Ÿ”ฎ

Fast, Simple, and Interesting!
An answer predictor bot, who is waiting for your first input.

Rules:
3 Inputs from the user and 2 reponses from the bot.

Try out ๐Ÿ‘‰: magical-number ๐Ÿš€

Code: GitHub Source


NotesApp, an application built for storing notes.
Provides user creation and log-in facilities.

Warning

Sign-in and Log-in flow is under-development.

Still you can create a user and can log-in with your password.


A minimal search engine built on the top of google search API

explore.io is a powerful search engine designed to provide users with efficient and relevant search results. With its sleek design and intuitive interface, explore.io aims to enhance the search experience and help users find information quickly and easily.


GitHub Stats

Ninja-Vikash's GitHub stats Top Languages

Pinned Loading

  1. JavaScript-BrainStorming JavaScript-BrainStorming Public

    Test Your logic building ability in JavaScript! ๐Ÿ’–

    JavaScript 2

  2. JavaScript-Backend-Setup JavaScript-Backend-Setup Public

    Explore the guide of setting up professional level backend development environment in nodejs

    JavaScript 1

  3. quote-gen-cli quote-gen-cli Public

    A motivational quote generation CLI built using JS๐Ÿ”ฅ!

    JavaScript

  4. caselyjs caselyjs Public

    caselyjs - a powerful tool for renaming 100+ files to eliminate manual process.

    JavaScript