Skip to content

crissycodesstuff/doggie-tinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinder for Dogs!

This is a Vue starter project that allows you to view super cute dogs like a dating app!

What's in this project?

README.md: That's this file, where you can tell people what your cool website does and how you built it.

index.html: This is the main web page for your site. The HTML defines the structure and content of the page using elements. You'll see references in the HTML to the JS and CSS files. Try clicking the image in the center of the page!

style.css: CSS files add styling rules to your content. The CSS applies styles to the elements in your HTML page. The style rules also make the image move when you click it.

script.js: If you're feeling fancy you can add interactivity to your site with JavaScript. The code in the JavaScript file runs when the page loads, and when the visitor clicks the button you can add below.

Open each file and check out the comments (in gray) for more info.

Next steps 🚀

Make an edit to your website! In index.html, add this code on the line after the comment with "ADD BUTTON HERE" in it (you can copy and paste the button element HTML):

<button>
    Click me!
</button>

Look at the page to see the button. Click it!

Open script.js to see the script that makes the button rotate.

Glitch

You built this with Glitch!

Glitch is a friendly community where millions of people come together to build web apps and websites.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published