All Projects → atapas → promiviz

atapas / promiviz

Licence: MIT license
Visualize JavaScript Promises on the browser. Visualize the JavaScript Promise APIs and learn. It is a playground to learn about promises faster, ever!

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to promiviz

Q
A platform-independent promise library for C++, implementing asynchronous continuations.
Stars: ✭ 179 (+126.58%)
Mutual labels:  promises, promise
P Map
Map over promises concurrently
Stars: ✭ 639 (+708.86%)
Mutual labels:  promises, promise
Yaku
A lightweight promise library
Stars: ✭ 276 (+249.37%)
Mutual labels:  promises, promise
swear
🙏 Flexible promise handling with Javascript
Stars: ✭ 56 (-29.11%)
Mutual labels:  promises, promise
Vine
Python promises
Stars: ✭ 83 (+5.06%)
Mutual labels:  promises, promise
doasync
Promisify functions and objects immutably
Stars: ✭ 27 (-65.82%)
Mutual labels:  promises, promise
Asyncro
⛵️ Beautiful Array utilities for ESnext async/await ~
Stars: ✭ 487 (+516.46%)
Mutual labels:  promises, promise
redux-reducer-async
Create redux reducers for async behaviors of multiple actions.
Stars: ✭ 14 (-82.28%)
Mutual labels:  promises, promise
Breeze
Javascript async flow control manager
Stars: ✭ 38 (-51.9%)
Mutual labels:  promises, promise
Bluebird Api
Bluebird compatible API on top of native promises.
Stars: ✭ 36 (-54.43%)
Mutual labels:  promises, promise
combine-promises
Like Promise.all(array) but with an object instead of an array.
Stars: ✭ 181 (+129.11%)
Mutual labels:  promises, promise
Tascalate Concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Stars: ✭ 144 (+82.28%)
Mutual labels:  promises, promise
Javascript-Interview-Preparation
A curated collection of javascript interview questions & solutions.
Stars: ✭ 163 (+106.33%)
Mutual labels:  promises, interview
tall
Promise-based, No-dependency URL unshortner (expander) module for Node.js
Stars: ✭ 56 (-29.11%)
Mutual labels:  promises, promise
ProtoPromise
Robust and efficient library for management of asynchronous operations in C#/.Net.
Stars: ✭ 20 (-74.68%)
Mutual labels:  promises, promise
Promise Fun
Promise packages, patterns, chat, and tutorials
Stars: ✭ 3,779 (+4683.54%)
Mutual labels:  promises, promise
alls
Just another library with the sole purpose of waiting till all promises to complete. Nothing more, Nothing less.
Stars: ✭ 13 (-83.54%)
Mutual labels:  promises, promise
Fetch
Asynchronous HTTP client with promises.
Stars: ✭ 29 (-63.29%)
Mutual labels:  promises, promise
Promise.hpp
C++ asynchronous promises like a Promises/A+
Stars: ✭ 31 (-60.76%)
Mutual labels:  promises, promise
Functional Promises
Write code like a story w/ a powerful Fluent (function chaining) API
Stars: ✭ 141 (+78.48%)
Mutual labels:  promises, promise

🤝 Introducing PromiViz

Visualize the JavaScript Promise APIs and learn. It is a playground to learn about promises faster than ever! A tool built for developers by a developer.

View Demo · Learn . Report Bug · Request Feature

PromiViz is an open-source tool to visualize the JavaScript Promise APIs. It is a playground for developers to configure promises with delays, resolve/reject, and more.

🚀 Demo

Here is a quick demo of the app. I hope you enjoy it.

The Demo Link

Liked it? Please give a ⭐️ to PromiViz to grow 💪 stronger.

Many Thanks to all the Stargazers who have supported this project with stars()

Thanks to all stargazers

💻 Use PromiViz

Please access PromiViz using the URL:

https://promiviz.vercel.app/

🔥 Features

PromiViz comes with a bundle of features already. You can do the following with it:

  • Schedule a promise to resolve/reject after a delay.
  • Reject a promise specifically.
  • Run and test all the Promise APIs, all, any, allSettled, race, resolve, reject.
  • Show logs of the execution of the promises. The log includes time, text, and emojis to indicate the status of the promise.
  • Ability to retain the logs for a session.
  • Ability to clear the logs.
  • Ability to set themes.
  • Responsive and mobile-friendly.
  • It is a PWA(Progressive Web App).

How is it helpful to you?

JavaScript promises are a bit of a complex topic to understand for beginners. However your interviewers will love to ask questions about this topic. Hence an in-depth understanding of how it works internally would be a great advantage.

PromiViz will help you with that. You can run the promises, customize them, and see the execution logs to understand what's happening. You can also modify the settings, try different combinations of the APIs, resolve/reject to firm up your understanding.

🦄 What are the future enhancements?

Here are some of the future enhancements planned:

  • Schedule a promise to resolve/reject after a delay with a custom message.
  • Ability to add more promises (beyond the three out-of-the-boxes).
  • Ability to run customized examples from the app.
  • Ability to run the promises in a loop to showcase the loop-related use-cases.
  • Persist a history of promise runs.
  • Persist logs across sessions.
  • More themes.

🍔 Built With

I built this app with the following technologies:

  • HTML
  • CSS
  • (Plain New) JavaScript

True, No React, Angular, Vue, yet. As it was done as an initial prototype, I may move the app to a framework later.

🏗️ How to Set up PromiViz for Development?

  • Clone the repository.
  • Browse to the project directory.
  • Just run the index.html file with any server of your choice. You can use npx serve, or if you are using VS Code, you can use the Live Server extension to run it.

🛡️ License

This project is licensed under the MIT License - see the LICENSE file for details.

🏃‍♀️ Deploy

🤝 Contributing to PromiViz

Any kind of positive contribution is welcome! Please help us to grow by contributing to the project.

If you wish to contribute, you can work on any features or create one on your own. After adding your code, please send a Pull Request.

Please read CONTRIBUTING for details on our CODE OF CONDUCT and the process for submitting pull requests to us.

🙏 Support

We all need support and motivation. PromiViz is not an exception. Please give this project a ⭐️ to encourage and show that you liked it. Don't forget to leave a star ⭐️ before you move away.

If you found the app helpful, consider supporting us with a coffee.


A ⭐️ to PromiViz is to build it 💪 stronger.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].