We created a website that allows you to generate a random poster and create a custom poster. Users are able to save any poster they created. We built this application only using Javascript to manipulate the DOM.
The site allows users to:
- Generate a random Poster
- Create a customized poster
- Save any poster whether it was random or customized
- Display all saved posters
- Delete a saved poster
The website will generate a random poster when the page loads. Users can also generate a random poster by clicking the button, "Show Another Random Poster".
Users can create their own poster by following these steps:
- Click the "Make Your Own Poster" button on the main page.
- Fill out the form in the proper fields requesting the image url, title, and quote.
- Click "Show My Poster" button.
- The customized poster should be on display on the main page.
- Click save poster to save any poster.
- Click view saved posters to view the posters that have been saved.
-
Alerts prompting the user:
- the poster was saved
- the poster already exists in the collection
- the poster was successfully saved
- the poster was successfully deleted
-
Email a generated poster
Jake Dunafon https://github.com/J-Dunny
Lauralyn Watson https://github.com/lswatson16
Deploy link: https://j-dunny.github.io/hang-in-there/
Repo link: https://github.com/J-Dunny/hang-in-there