Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iteration 1 dom manipulation #294

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,63 @@ The details of this project are outlined in the <a href="https://frontend.turing
## Testing

Mocha and chai are already set up, with a boilerplate test for you.


# Flavor Haven

## Abstract:

-

## Installation Instructions:

1. Select `fork`.
2. Decide where you want to clone this repo in `YOUR` terminal.
3. Select the `Code` button and copy the `SSH` provided.
4. `YOUR` terminal command should look like the line below.
5. `git clone [email protected]:ZTFitru/Rock-Paper-Scissors.git`
6. Move into the directory using `cd [dir_name]`.
7. If using `Visual Studio Code` use the `code .` command in your terminal to run it.
8. View the project in the browser by running open index.html in your terminal.
9. If you just want to `Clone` skip steps 1 & 2.

## Preview of App:



## Context:

-

## Contributors:



## Learning Goals:



## Wins + Challenges:

- wins

-

- Challenges

-

##
![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)
<br>
![Stack Overflow](https://img.shields.io/badge/-Stackoverflow-FE7A16?style=for-the-badge&logo=stack-overflow&logoColor=white)
<br>
![Google Drive](https://img.shields.io/badge/Google%20Drive-4285F4?style=for-the-badge&logo=googledrive&logoColor=white)
<br>
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
<br>
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)
<br>
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
<br>
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
Loading