Skip to content

Commit e84f63a

Browse files
committed
Added content in the readme
1 parent 02a481f commit e84f63a

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

JAVASCRIPT BUTTON APP/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<h1>Welcome to the Javascript Button App</h1>
2+
3+
<p>Simple web app written in HTML, CSS, JAVASCRIPT where the user can select a color from the options that are given on the web app and as he clicks on that option, all the buttons background color changes to that color.</p>
4+
5+
<h3>Used Technologies</h3>
6+
<ul>
7+
<li>HTML5</li>
8+
<li>CSS3</li>
9+
<li>JavaScript</li>
10+
</ul>
11+
12+
<h3>Use of this Project</h4>
13+
<p>This project is for practicing HTML, CSS, JAVASCRIPT skils. This is good beginner friendly project to get started with. It changes the background color of the buttons.</p>
14+
15+
#### Steps to Use:
16+
---
17+
18+
- Download or clone the repository
19+
```
20+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
21+
```
22+
- Go to the directory
23+
- Open terminal
24+
- Run
25+
```
26+
cd '.\JAVASCRIPT BUTTON APP\'
27+
```
28+
- Then run
29+
```
30+
node app.js
31+
```
32+
- Have a look at the webapp.
33+
34+
35+
##Screenshots
36+
37+
![Demo1](public/images/challenge1.png)
38+
39+
<br>
40+
41+
![Demo2](public/images/challenge2.png)
19.9 KB
Loading
19.3 KB
Loading

0 commit comments

Comments
 (0)