https://github.com/snippet-labs/scriptlab
All of your javascript knowledge in one page.
https://github.com/snippet-labs/scriptlab
documentation-website reactjs
Last synced: about 2 months ago
JSON representation
All of your javascript knowledge in one page.
- Host: GitHub
- URL: https://github.com/snippet-labs/scriptlab
- Owner: snippet-labs
- Created: 2025-03-15T17:44:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T10:27:02.000Z (about 1 year ago)
- Last Synced: 2025-06-16T08:49:49.715Z (about 1 year ago)
- Topics: documentation-website, reactjs
- Language: JavaScript
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scriptLab | Onestop JavaScript solution
The application focuses in bringing the best of the Javascript that there is. The page is beautifullly crafted with uniform design so that your learing experience is not affected. This documentation page brings out the joy and twist of the Javascript language that you will love to taste.
We will see you in our website !
### FEATURES FOR VERSION 0.1.0
- Comfortable UI experience.
- Easy theme toggle button.
- Chapter wise topics and concepts.
- On page code editor to run and execute all your codes.
- Smooth page animations.
### CONTRIBUTION TO THIS PROJECT
Fork our repository on your github profile
```bash
git clone
```
```bash
cd SCRIPTLAB/
```
```bash
bun install || npm install
```
Make sure to branch out of main and create your branch
Surely following conventional branch naming and commits
```bash
git branch
```
Push your changes to remote and create a pull request
```bash
git push origin
```
We are more then happy to see your Pull request hanging in our repository.
### Cheers ! ✨
##### TEAM SNIPPETS