Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 2.56 KB

README.md

File metadata and controls

40 lines (32 loc) · 2.56 KB

RomCom

Abstract:

This is a website that generates random Romance books. You can save the randomly generated books, or add your own custom book based on data that you enter. The HTML and CSS of this project was alreayd provided to us, so the actual work that was done was all Javascript.

Installation Instructions:

  1. git clone git@github.com:BrandonDoza/romcom.git
  2. open src/index.html

Preview of App:

Screenshot-2024-02-09-at-4-46-35-PM Screenshot-2024-02-09-at-4-46-46-PM Screenshot-2024-02-09-at-4-45-46-PM

Context:

Over the course of three and a half days, we spent around seven hours total on the project. We are currently in Mod 1 of Turing, Week 2.

Contributors:

Learning Goals:

The goals of the project was to collaborate with other students on a project and work together. This was on top of practicing the Javascript skills that we've built from Mod 0 till now. We did have to teach ourselves certain things like how Event Objects work, and how to create elements in the DOM with only Javascript.

Wins + Challenges:

Wins

  • Our code ended up very clean!
  • We finished well before the deadline and we didn't have any massive hangups.

Challenges

  • Making sure that we are all working together at a similar pace.
  • Had to stretch ourselves to learn new methods.