Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rogincodes/Riddleculous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

33 Commits

Repository files navigation

RIDDLECULOUS

A fun way to answer riddles. You will get an evil insult if you answered wrong, and a compliment if you get the answer right. I used APIs to fetch riddles, evil insults, and compliments. Score is shown after quitting.

Visit Riddleculous

Note: The website is hosted on a free plan, so it may take up to 50 seconds to load the first time as the server may be in a sleep state.

Features

  • Riddles: Answer countless riddles.
  • Consequence: Get evil ensults for a wrong answer and complimented when for correct answer.
  • Score: Final scores are shown after quitting.

Tech Stack

  • Frontend: HTML, CSS
  • Backend: Node.js with Express.js
  • Deployment: Hosted on Render

Installation

  1. Clone the repository:
    git clone https://github.com/rogincodes/Riddleculous.git
  2. Navigate to the project directory:
    cd riddleculous
  3. Install the dependencies:
    npm install
  4. Run the server:
    node index.js
  5. Open your browser and navigate to http://localhost:4000.

Usage

  1. Enter Name: Submit your name first.
  2. Answer Riddles: Answer as many riddles as you like.
  3. Quit: Quit to see final scores.

Contributing

If you'd like to contribute to Riddleculous, please fork the repository and submit a pull request. I appreciate all the support!

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Node.js & Express.js for a powerful and flexible backend
  • CSS for creating a clean and responsive front end
  • CSS PATTERN for the appealing pattern
  • Render for providing reliable hosting services
  • Riddles API: Used for fetching riddles.
  • EVIL INSULT GENERATOR: Used for fetching evil insults.
  • Compliments API: Used for fetching compliments. (I made this API.) Git

About

Answer riddles with fun: get compliments for right answers and evil insults for wrong ones.

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors