File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
A simple JavaScript playground / code sandbox hooked up with few libraries for quick code testing
7
7
8
- ![ Sample] ( https://user- images.githubusercontent.com/3861725/75946297-d6600380-5ef0-11ea-9b59-794ae8ec613b .png)
8
+ ![ Sample] ( images/js-playground .png )
9
9
10
10
## Available Libraries
11
11
12
12
- [ Redux] ( https://redux.js.org/ )
13
13
- [ Lodash] ( https://lodash.com/ )
14
14
- [ Axios] ( https://github.com/axios/axios )
15
15
- [ Luxon] ( https://moment.github.io/luxon/#/ )
16
+ - [ date-fns] ( https://date-fns.org/ )
16
17
17
18
## Demo
18
19
Original file line number Diff line number Diff line change @@ -78,6 +78,24 @@ const About: React.FC = () => {
78
78
>
79
79
Khalid Elshafie
80
80
</ 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 >
81
99
</ div >
82
100
</ div >
83
101
</ div >
You can’t perform that action at this time.
0 commit comments