You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,21 @@
1
1
# JavaScript Learning and Experimentation
2
2
3
-
Welcome to my JavaScript playground! 🚀 Here, I explore and experiment with VanillaJS while building various projects.
4
-
JavaScript codebase where i learn VanillaJs and expiriment stuffs... build stuffs👩🍳⚡
3
+
Welcome to my JavaScript playground! 🚀 Here, I explore and experiment with Plain (Vanilla) JS while building various projects.
4
+
I learn VanillaJs and expiriment stuffs... from the basic to the most complex concept of programming with Javascipt, I build stuffs👩🍳⚡
5
5
6
6
## Introduction
7
7
8
8
In this repository, I focus on hands-on learning of JavaScript core. Each project serves as a practical exercise to enhance my understanding of web development, solving problems and challenges.
9
9
10
10
## Contribution
11
11
12
-
Feel free to contribute to this project, check out the [/roadmap.txt] file to see how to navigate around this codebase.
12
+
Feel free to contribute to this project, check out the [/roadmap.txt] file to see how to navigate around this codebase. i promise to merge your possible pull request.
13
+
14
+
## Setup
15
+
Nothing much to set up tho :-
16
+
1. Clone this repository to your local machine using `git clone`.
17
+
2. Navigate to the project directory: `cd Javascript`.
18
+
3. Install project dependencies using `npm install`.
19
+
4. Start the development server: `npm test`.
20
+
5. install [Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) extension on your vscode.
0 commit comments