Skip to content

This is the first project for the Intermediate JavaScript Nanodegree. This project gives the student the opportunity to apply what was learned in the Object-Oriented JavaScript class.

License

Notifications You must be signed in to change notification settings

wanderindev/udacity-dinosaurs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity Dinosaurs Infographic Generator 🦖

Documentation Maintenance License: MIT Twitter: JavierFeliuA

Udacity Dinosaurs Infographic Generator is the first project for the Intermediate JavaScript Nanodegree. This project gives the student the opportunity to apply what was learned in the Object-Oriented JavaScript class.

The live site is available here

Project overview

You can find the starter code for the project here. The starter code includes:

File / Folder Contents
images Image assets in PNG format
README.md Project instructions and suggestions
app.css Stylesheet for the project
app.js Empty JS file. The student's code goes here
dino.json Contains general information about 8 dinosaurs
index.html Contains a form where the user can enter his own information

The purpose of the project is to use object-oriented JavaScript to generate 8 dino objects and 1 human object. The information for the dinos come from the dino.json file. The information for the human comes from the user form. Once the objects are created, an infographic consisting of 9 tiles should be generated and displayed in the browser.

How to use

Clone the repository

If you want to use the code, you can clone the repository:

git clone https://github.com/wanderindev/udacity-dinosaurs.git
cd udacity-dinosaurs

Open index.html in the browser. Fill the form and click compare. Edit as required.

Author

👤 Javier Feliu

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Javier Feliu.

This project is MIT licensed.


I based this README on a template generated with ❤️ by readme-md-generator

About

This is the first project for the Intermediate JavaScript Nanodegree. This project gives the student the opportunity to apply what was learned in the Object-Oriented JavaScript class.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published