Skip to content

Commit

Permalink
Merge pull request #209 from StutiRajput07/main
Browse files Browse the repository at this point in the history
Added  Web Development Projects For Beginners
  • Loading branch information
jfmartinz authored May 15, 2024
2 parents 55bedec + 019fce7 commit 09675dd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Web Development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,26 @@ This section contains hundreds of coding challenges that test your knowledge of
This link helps you to create a quiz game.This project focuses more on manipulating the Document Object Model (DOM) are excellent for beginners to reinforce their understanding of how JavaScript interacts with web pages
</td>
</tr>
<tr>
<td> <a href="https://www.geeksforgeeks.org/pacman-game-using-react/">PacMan Game</a></td>
<td>This game includes classic features like the maze, pellets, and ghosts, and learn some cool React stuff along the way. The game will be easy to play with arrow keys.</td>
</tr>
<tr>
<td> <a href="https://www.geeksforgeeks.org/expense-tracker-using-react/">Expense Tracker </a></td>
<td>It is a web application developed using React. Its main purpose is to assist users in keeping track of their expenses.</td>
</tr>
<tr>
<td> <a href="https://www.geeksforgeeks.org/build-a-password-generator-app-with-html-css-and-javascript/">Password Generator</a></td>
<td>This application will generate strong and secure passwords based on user preferences, such as password length and character types. It aims to provide a convenient tool for users to generate random passwords that are difficult to guess and enhance their online security. </td>
</tr>
<tr>
<td> <a href="https://www.geeksforgeeks.org/typing-speed-tester-using-react/">Typing Speed Tester</a></td>
<td>Typing Speed Tester will provides a random paragraph for the user to type as accurately and quickly as possible within a fixed time limit of one minute. This application also displays the time remaining, counts mistakes calculates the words per minute and characters per minute, and updates these all dynamically in real time. </td>
</tr>
<tr>
<td> <a href="https://www.geeksforgeeks.org/create-a-music-player-using-javascript/">JavaScript Music Player</a></td>
<td>This JavaScript music player is an interactive web-based application that allows users to play audio files directly from their browser. It is built primarily using JavaScript ,React along with HTML and CSS, to handle the user interface and the media playback. </td>
</tr>
</table>

#### Intermediate level projects
Expand Down

0 comments on commit 09675dd

Please sign in to comment.