Skip to content

Commit 28710ff

Browse files
docs: update readme
1 parent 022895e commit 28710ff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It visualizes the Call Stack, Web APIs, Tasks, Microtasks, and Render phase.
1717

1818
### Demo:
1919

20-
Feel free to try it here: https://vault-developer.github.io/event-loop-explorer/
20+
Feel free to try it here: https://event-loop-explorer.vercel.app/
2121

2222
### Known limitations & simplifications:
2323

@@ -50,12 +50,11 @@ npm run dev
5050

5151
### Future Plans:
5252

53-
- [ ] create a unified Icon component;
54-
- [ ] handle todos in the codebase;
5553
- [ ] add unit tests;
54+
- [ ] handle todos in the codebase;
5655
- [ ] check js parsing edge cases, including `new Promise((res) => {res(console.log(4))})`;
5756
- [ ] replace window.confirm with error boundary
58-
- [ ] add comments inside wheel
57+
- [ ] add progress percentage inside wheel
5958
- [ ] add node.js event loop
6059

6160
### Inspired by:

0 commit comments

Comments
 (0)