Skip to content

Commit 92d664c

Browse files
authored
readme restructure
1 parent 5d2ba94 commit 92d664c

File tree

1 file changed

+10
-36
lines changed

1 file changed

+10
-36
lines changed

README.md

+10-36
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,20 @@
11
<div align="center">
2-
<h1>JavaScript Modern Interview Code Challenges</h1>
2+
<a href="https://jscodechallenges.vercel.app/"><img src="web/public/hero.svg" alt="hero" width="100px"/></a>
3+
<h1>JavaScript Code Challenges</h1>
34
<h3>Collection of modern interview code challenges on JavaScript suitable for</h3>
4-
<h4>Interviewees | Interviewers | Knowledge test | Practice</h4>
5-
<br/>
6-
<a href="https://jscodechallenges.vercel.app/"><img src="web/public/hero.svg" alt="hero" width="350px"/></a>
7-
</div>
8-
9-
<br/>
10-
11-
<div align="center">
12-
<p>
13-
<a name="stars"><img src="https://img.shields.io/github/stars/sadanandpai/javascript-code-challenges?style=for-the-badge"></a>
14-
<a name="forks"><img src="https://img.shields.io/github/forks/sadanandpai/javascript-code-challenges?logoColor=green&style=for-the-badge"></a>
15-
<a name="contributions"><img src="https://img.shields.io/github/contributors/sadanandpai/javascript-code-challenges?logoColor=green&style=for-the-badge"></a>
16-
<a name="license"><img src="https://img.shields.io/github/license/sadanandpai/javascript-code-challenges?style=for-the-badge"></a>
17-
</p>
18-
</div>
19-
20-
<div align="center">
5+
<h4>Interviewees | Interviewers | Knowledge test | Practice</h4>
6+
<p>
7+
<a name="stars"><img src="https://img.shields.io/github/stars/sadanandpai/javascript-code-challenges?style=for-the-badge"></a>
8+
<a name="forks"><img src="https://img.shields.io/github/forks/sadanandpai/javascript-code-challenges?logoColor=green&style=for-the-badge"></a>
9+
<a name="contributions"><img src="https://img.shields.io/github/contributors/sadanandpai/javascript-code-challenges?logoColor=green&style=for-the-badge"></a>
10+
<a name="license"><img src="https://img.shields.io/github/license/sadanandpai/javascript-code-challenges?style=for-the-badge"></a>
11+
</p>
12+
<h3>All challenges can be found at <a href="https://jscodechallenges.vercel.app/">JavaScript Code Challenges</a></h3>
2113
<p>Show your support by giving a ⭐ to this repo</p>
22-
<h5>Feel free to connect with me on <a href="https://linkedin.com/in/sadanandpai" target="blank"><img align="center" src="https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/linkedin.svg" alt="sadanandpai" height="20" width="20" /></a></h5>
23-
</div>
24-
25-
---
26-
27-
<div align="center">
28-
<h2>JavaScript Modern Interview Code Challenges by topic</h2>
29-
30-
| Primitives | Functions | Objects | Collections | Async | DOM |
31-
| -------------------------------------------------------- | ------------------------------------------------------- | ----------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------- | ----------------------------------------------- |
32-
| [Concepts](./challenges/primitives-concepts.md#home) | [Concepts](./challenges/functions-concepts.md#home) | [Concepts](./challenges/objects-concepts.md#home) | [Concepts](./challenges/collections-concepts.md#home) | [Concepts](./challenges/async-concepts.md#home) | [Concepts](./challenges/dom-challenges.md#home) |
33-
| [Challenges](./challenges/primitives-challenges.md#home) | [Challenges](./challenges/functions-challenges.md#home) | [Challenges](./challenges/objects-challenges.md#home) | [Challenges](./challenges/collections-challenges.md#home) | [Challenges](./challenges/async-challenges.md#home) | |
34-
3514
</div>
3615

3716
---
3817

39-
### Usage Guide and Study materials
40-
41-
- [Usage Guide](./usageGuide.md)
42-
- [Study Materials](https://github.com/sadanandpai/frontend-learning-kit)
43-
4418
### Contributing Guide
4519

4620
If you want to contribute, improve or suggest changes to this repo, then check out the [Contributing Guide](./contributing.md)

0 commit comments

Comments
 (0)