-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from ItsUtsavPoddar/main
Addition and modifications (README.md files) / Also Initial commit for a new project.
- Loading branch information
Showing
6 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |