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.
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.
- 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.
- Frontend: HTML, CSS
- Backend: Node.js with Express.js
- Deployment: Hosted on Render
- Clone the repository:
git clone https://github.com/rogincodes/Riddleculous.git
- Navigate to the project directory:
cd riddleculous
- Install the dependencies:
npm install
- Run the server:
node index.js
- Open your browser and navigate to
http://localhost:4000.
- Enter Name: Submit your name first.
- Answer Riddles: Answer as many riddles as you like.
- Quit: Quit to see final scores.
If you'd like to contribute to Riddleculous, please fork the repository and submit a pull request. I appreciate all the support!
This project is licensed under the MIT License - see the LICENSE file for details.
- 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