Skip to content

Commit

Permalink
Renamed some folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakesh9100 authored Jun 5, 2024
1 parent 94f782d commit 551f76e
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <p align="center">Random Letter Generator Calculator</p>
# <p align="center">Random Letter Calculator</p>

## Description :-

The Random Letter Generator Calculator is a simple and interactive web-based application that provides users with an entertaining way to test their reflexes and vocabulary. This presents users with a constantly changing random letter from the English alphabet and challenges them to click on the displayed letter as quickly as possible.
The Random Letter Calculator is a simple and interactive web-based application that provides users with an entertaining way to test their reflexes and vocabulary. This presents users with a constantly changing random letter from the English alphabet and challenges them to click on the displayed letter as quickly as possible.

## Tech Stacks :-

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Random Letter Generator Calculator</title>
<title>Random Letter Calculator</title>
</head>
<body>
<div class="container">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <p align="center">Random Word Generator Calculator</p>
# <p align="center">Random Word Calculator</p>

## Description :-

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Random Word Generator Calculator</title>
<title>Random Word Calculator</title>
</head>
<body>
<div class="container">
Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2222,41 +2222,41 @@ <h3>Reverse Polish Notation calculator which represents expressions by placeing
</div>
<div class="box">
<div class="content">
<h2>Random Letter Generator Calculator</h2>
<h2>Random Letter Calculator</h2>
<h3>Generates randomized English alphabets used in brain teaser activities.</h3>
<div class="card-footer">
<a href="./Calculators/Random-Letter-Generator-Calculator/index.html" target="_blank">
<a href="./Calculators/Random-Letter-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Random-Letter-Generator-Calculator" title="Source Code" target="_blank">
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Random-Letter-Calculator" title="Source Code" target="_blank">
<img src="./assets/images/github.png" alt="Source Code"></img>
</a>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>Random Number Generator Calculator</h2>
<h3>Generates a Random Number</h3>
<h2>Random Number Calculator</h2>
<h3>Generates a random number between 1 and 100.</h3>
<div class="card-footer">
<a href="./Calculators/Random-Number-Generator/index.html" target="_blank">
<a href="./Calculators/Random-Number-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Random-Number-Generator" title="Source Code" target="_blank">
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Random-Number-Calculator" title="Source Code" target="_blank">
<img src="./assets/images/github.png" alt="Source Code"></img>
</a>
</div>
</div>
</div>
<div class="box">
<div class="content">
<h2>Random Word Generator Calculator</h2>
<h2>Random Word Calculator</h2>
<h3>Generates random words based on a specified starting letter and the desired number of words.</h3>
<div class="card-footer">
<a href="./Calculators/Random-Word-Generator-Calculator/index.html" target="_blank">
<a href="./Calculators/Random-Word-Calculator/index.html" target="_blank">
<button>Try Now</button>
</a>
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Random-Word-Generator-Calculator" title="Source Code" target="_blank">
<a href="https://github.com/Rakesh9100/CalcDiverse/tree/main/Calculators/Random-Word-Calculator" title="Source Code" target="_blank">
<img src="./assets/images/github.png" alt="Source Code"></img>
</a>
</div>
Expand Down

0 comments on commit 551f76e

Please sign in to comment.