⭐ A resource to help developers figure out what JavaScript methods would be best to use at any given time
🏠 Homepage
📃 Post
javascript-explorer-final.mp4
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. 🔥
yarn install
yarn serve
The code is modular enough to be used with other Languages (python, java, c#, etc.) without many changes.
To add new a language:
-
Update the
ui.json
file insrc/assets/json
folder; -
Add corresponding json files for the methods in same folder.
That's it!
👤 mihir kumar
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 Mihir Kumar.
This project is ISC licensed.
This README was generated with ❤️ by readme-md-generator