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
- Host: GitHub
- URL: https://github.com/mikr13/javascript-explorer
- Owner: mikr13
- License: other
- Created: 2021-06-22T08:16:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T06:18:00.000Z (about 4 years ago)
- Last Synced: 2025-04-12T18:07:18.872Z (8 months ago)
- Topics: array, arrays, data-structures, javascript, object, programming, string, strings
- Language: JavaScript
- Homepage: https://mikr13.github.io/javascript-explorer/
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Welcome to javascript-explorer 👋
[](https://github.com/MiKr13/javascript-explorer)
[](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)_