Think you can ace this quiz? Are you the one who always wins on trivia night? Do you study trivia in your spare time? Have you cleared all the cards in Trivial Pursuit? Do you eat, sleep, and dream trivia? Then this quiz is for you!
In our world, General Knowledge is all about the fun stuff. And what exactly is trivia? Trivia refers to snippets of information that, in any world other than the How Stuff Works world, mean little to most people. But you're a trivia buff, the go-to gal or guy for all your friends and family's trivia needs. You're the one who knows that the word "trivia" once referred something that was "trivial" or "trite." But no more! Trivia rules!
LIRI Bot is a command line Node app that takes in parameters and returns data. Through the use of APIs, users can search Spotify for songs, Bands In Town for concerts, and OMDB for movies. Log your search results in a separate .txt file to save what you have searched for. This application employs the use of NPM packages, including Moment, Request, and the Node-Spotify-API package.
An app that allows users to create trains scheduling. The app then created an arrival board that keeps track of the train schedules.
The Train Scheduler Application begins with a form that requests the train name, destination, first train time, and frequency. Once entered, the train is stored in Firebase and placed in the current train schedule. The frequency, arrival time, and minutes away is determined by MomentJS. Trains can then be updated or removed from the table.
User is presented with 12 images. In order to achieve the highest possible score, they must click each image only once. If an image is clicked twice, the game resets.
How to Play: - Click on any character tile you desire - The tiles will all reshuffle themselves - Click on another character, but REMEMBER that you can only click on a character once. - Keep going to see if you can get all 12.
Friend Finder app demonstrating Node and Express with jQuery and AJAX. Overall purpose is a web app designed to help find a compatible friend. Set up web servers with Node.js using Express.
This setup allows for a Node/Express/React app which can be easily deployed to Heroku.
The front-end React app will auto-reload as it's updated via webpack dev server, and the backend Express app will auto-reload independently with nodemon.