Skip to content

Commit a0ac108

Browse files
committed
docs: update README and add new screenshot
1 parent 47554c5 commit a0ac108

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55

66
A simple JavaScript playground / code sandbox hooked up with few libraries for quick code testing
77

8-
![Sample](https://user-images.githubusercontent.com/3861725/75946297-d6600380-5ef0-11ea-9b59-794ae8ec613b.png)
8+
![Sample](images/js-playground.png)
99

1010
## Available Libraries
1111

1212
- [Redux](https://redux.js.org/)
1313
- [Lodash](https://lodash.com/)
1414
- [Axios](https://github.com/axios/axios)
1515
- [Luxon](https://moment.github.io/luxon/#/)
16+
- [date-fns](https://date-fns.org/)
1617

1718
## Demo
1819

images/js-playground.png

196 KB
Loading

src/components/About/About.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,24 @@ const About: React.FC = () => {
7878
>
7979
Khalid Elshafie
8080
</a>
81+
<div className="mt-6 flex gap-4 justify-center">
82+
<a
83+
href="https://github.com/abolkog/js-playground/fork"
84+
target="_blank"
85+
rel="noopener noreferrer"
86+
className="bg-gray-800 hover:bg-gray-700 text-white font-semibold py-2 px-4 rounded border border-gray-700 transition"
87+
>
88+
Fork on GitHub
89+
</a>
90+
<a
91+
href="https://github.com/abolkog/js-playground"
92+
target="_blank"
93+
rel="noopener noreferrer"
94+
className="bg-yellow-500 hover:bg-yellow-400 text-black font-semibold py-2 px-4 rounded transition"
95+
>
96+
Star on GitHub
97+
</a>
98+
</div>
8199
</div>
82100
</div>
83101
</div>

0 commit comments

Comments
 (0)