Skip to content

Latest commit

 

History

History
executable file
·
67 lines (52 loc) · 3.52 KB

README.md

File metadata and controls

executable file
·
67 lines (52 loc) · 3.52 KB

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