Skip to content

Commit

Permalink
Merge pull request #62 from ItsUtsavPoddar/main
Browse files Browse the repository at this point in the history
Addition and modifications (README.md files) / Also Initial commit for a new project.
  • Loading branch information
Ashutosh74554 authored Oct 21, 2022
2 parents ed50652 + c96f000 commit 561a2ea
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ItsUtsavPoddar/MarsTimekeeper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## A web app, which will display the current time on mars.

## WORKING ON THE PROJECT (INITIAL COMMIT)
15 changes: 15 additions & 0 deletions ItsUtsavPoddar/MarsTimekeeper/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mars Clock</title>
</head>
<body>
<h1>Mars Clock</h1>


<h2> WORKING ON THE PROJECT (INITIAL COMMIT)</h2>
</body>
</html>
Empty file.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The projects you've completed throughout the course of the year are collected he

# Info:
- Learning about contributions to open source.
- You'll benefit from it during the entire month of learing and open source contribution.
- You'll benefit from it during the entire month of learning and open source contribution.

`By navigating to the top of this repository, you can star and fork it on GitHub.`

Expand Down
9 changes: 9 additions & 0 deletions RiturajGupta21/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# PaintApp

## Whiteboard/ Painting canvas to provide a space for you to unleash your creative skills. Let it be drawing or presenting something to the class, this app lets you be versatile.

## We let you choose any color using the color picker, along with that features like an eraser, undo, etc

## You can also download the canvas on your device!!!! using the save icon (top left corner)

### This is a desktop-only app. The application is not supported on the small screen.
7 changes: 7 additions & 0 deletions mayankanand2701/Dice Game/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# DICE GAME

## This is a basic Dice Game written in Vanilla JS. This game randomly chooses the winner between player 1 and player 2.

# To play

## (Given its not hosted) Download the Zip folder and extract it into your system, Open the HTML file and voila! The game will start by itself and displays the winner.

0 comments on commit 561a2ea

Please sign in to comment.