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 55
66A 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments