Skip to content

Commit f9b4918

Browse files
committed
refact: update readme
1 parent b272072 commit f9b4918

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ A minimalist JavaScript playground that lets you write and test code instantly i
66

77
![volt-lab-screenshot](https://raw.githubusercontent.com/Xaypanya/js-codeplayground/refs/heads/main/volt-lab-screenshot.png "volt-lab-screenshot")
88

9-
### Features
9+
### Features
1010
- Instant JavaScript execution
1111
- Code snippets included
1212
- Clean, distraction-free interface
1313
- Real-time error feedback
1414

1515

16-
### 🛠️ Built With
16+
### Built With
1717

1818
- Vite - Next Generation Frontend Tooling
1919
- React - A JavaScript library for building user interfaces
2020
- TypeScript - JavaScript with syntax for types
2121
- shadcn/ui - Beautifully designed components
2222
- Tailwind CSS - A utility-first CSS framework
2323

24-
### 🚀 Quick Start
24+
### Quick Start
2525
##### Clone the repository
2626
```bash
2727
git clone https://github.com/Xaypanya/js-codeplayground
@@ -32,12 +32,12 @@ git clone https://github.com/Xaypanya/js-codeplayground
3232
npm install
3333
```
3434

35-
##### Start development server
35+
##### Start development server
3636
```bash
3737
npm run dev
3838
```
3939

40-
### 🤝 Contributing
40+
### Contributing
4141
Feel free to contribute! Open an issue or submit PRs.
4242

4343
1. Fork the Project
@@ -46,12 +46,15 @@ Feel free to contribute! Open an issue or submit PRs.
4646
4. Push to the Branch (git push origin feature/AmazingFeature)
4747
5. Open a Pull Request
4848

49-
### 📝 License
49+
### License
5050
Distributed under the MIT License. See LICENSE for more information.
5151

52-
### 📧 Contact
52+
### Contact
5353
Xaypanya Phongsa - @Xaypanya
5454
Project Link: https://github.com/Xaypanya/js-codeplayground
5555

5656
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

Comments
 (0)