@@ -6,22 +6,22 @@ A minimalist JavaScript playground that lets you write and test code instantly i
6
6
7
7
![ volt-lab-screenshot] ( https://raw.githubusercontent.com/Xaypanya/js-codeplayground/refs/heads/main/volt-lab-screenshot.png " volt-lab-screenshot ")
8
8
9
- ### ✨ Features
9
+ ### Features
10
10
- Instant JavaScript execution
11
11
- Code snippets included
12
12
- Clean, distraction-free interface
13
13
- Real-time error feedback
14
14
15
15
16
- ### 🛠️ Built With
16
+ ### Built With
17
17
18
18
- Vite - Next Generation Frontend Tooling
19
19
- React - A JavaScript library for building user interfaces
20
20
- TypeScript - JavaScript with syntax for types
21
21
- shadcn/ui - Beautifully designed components
22
22
- Tailwind CSS - A utility-first CSS framework
23
23
24
- ### 🚀 Quick Start
24
+ ### Quick Start
25
25
##### Clone the repository
26
26
``` bash
27
27
git clone https://github.com/Xaypanya/js-codeplayground
@@ -32,12 +32,12 @@ git clone https://github.com/Xaypanya/js-codeplayground
32
32
npm install
33
33
```
34
34
35
- ##### Start development server
35
+ ##### Start development server
36
36
``` bash
37
37
npm run dev
38
38
```
39
39
40
- ### 🤝 Contributing
40
+ ### Contributing
41
41
Feel free to contribute! Open an issue or submit PRs.
42
42
43
43
1 . Fork the Project
@@ -46,12 +46,15 @@ Feel free to contribute! Open an issue or submit PRs.
46
46
4 . Push to the Branch (git push origin feature/AmazingFeature)
47
47
5 . Open a Pull Request
48
48
49
- ### 📝 License
49
+ ### License
50
50
Distributed under the MIT License. See LICENSE for more information.
51
51
52
- ### 📧 Contact
52
+ ### Contact
53
53
Xaypanya Phongsa - @Xaypanya
54
54
Project Link: https://github.com/Xaypanya/js-codeplayground
55
55
56
56
Made with ❤️ by Xaypanya Phongsa
57
- #javascript #webdev #react #typescript #coding
57
+
58
+ ### Live Production
59
+ 🚀 https://volt-lab.vercel.app/
60
+
0 commit comments