An open API service indexing awesome lists of open source software.

https://github.com/mikr13/javascript-explorer

⭐ A resource to help developers figure out what JavaScript methods would be best to use at any given time
https://github.com/mikr13/javascript-explorer

array arrays data-structures javascript object programming string strings

Last synced: 8 months ago
JSON representation

⭐ A resource to help developers figure out what JavaScript methods would be best to use at any given time

Awesome Lists containing this project

README

          

# Welcome to javascript-explorer 👋

[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/MiKr13/javascript-explorer)
[![License: ISC](https://img.shields.io/badge/License-ISC-yellow.svg)](https://github.com/MiKr13/javascript-explorer/blob/main/LICENSE.md)

> ⭐ A resource to help developers figure out what JavaScript methods would be best to use at any given time

## 🏠 [Homepage](https://mikr13.github.io/javascript-explorer/)

## 📃 [Post](https://www.linkedin.com/posts/mikr13_javascript-developers-datastructures-activity-6825635521071517696-UmTq)

## 🎞 Video

https://user-images.githubusercontent.com/34394719/127109097-6f4596b6-bf86-4b2a-80fc-53f3d5d4e4a3.mp4

## 🎯 Goal

The goal is to find the relevant method without having to dig the docs 📃 with simple sentences ✍.

For example:

* You're thinking 🤔: "I have a String & I want to search in it", you can find it there. 🤩

* Or let's say you're thinking 💭: "I have an array & I would like to find one or more items in it", well the best answer can be easily searched for by using 2 levels of dropdowns that you can type in or select from. 🔥

## Install

```sh
yarn install
```

## Usage

```sh
yarn serve
```

## New Language contribution

The code is modular enough to be used with other Languages (python, java, c#, etc.) without many changes.

To add new a language:

1. Update the `ui.json` file in `src/assets/json` folder;

2. Add corresponding json files for the methods in same folder.

That's it!

## Creator

👤 **mihir kumar**

* Linkedin: [@mikr13](https://linkedin.com/in/mikr13)
* Github: [@mikr13](https://github.com/mikr13)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check [issues page](https://github.com/MiKr13/javascript-explorer/issues). You can also take a look at the [contributing guide](https://github.com/MiKr13/javascript-explorer).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2021 [Mihir Kumar](https://github.com/MiKr13).

This project is [ISC](https://github.com/MiKr13/javascript-explorer/LICENSE.md) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_