Skip to content

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

License

Notifications You must be signed in to change notification settings

NarutoLovesCoding/javascript-explorer

 
 

Repository files navigation

Welcome to javascript-explorer 👋

Documentation License: ISC

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

📃 Post

🎞 Video

javascript-explorer-final.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

yarn install

Usage

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

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Mihir Kumar.

This project is ISC licensed.


This README was generated with ❤️ by readme-md-generator

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.2%
  • CSS 10.8%
  • HTML 8.0%