Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thenameisajay/riddler
Riddler is a web application that allows users to solve riddles randomly or categorically. The technology stack used to build this application is Node.js, Express.js, MongoDB, Mongoose, and React.js. (MERN Stack).
https://github.com/thenameisajay/riddler
fullstack-development learn mern mern-stack riddle-game riddles
Last synced: 3 months ago
JSON representation
Riddler is a web application that allows users to solve riddles randomly or categorically. The technology stack used to build this application is Node.js, Express.js, MongoDB, Mongoose, and React.js. (MERN Stack).
- Host: GitHub
- URL: https://github.com/thenameisajay/riddler
- Owner: thenameisajay
- License: mit
- Created: 2023-09-12T21:06:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T12:36:31.000Z (8 months ago)
- Last Synced: 2024-10-11T01:53:57.380Z (4 months ago)
- Topics: fullstack-development, learn, mern, mern-stack, riddle-game, riddles
- Language: JavaScript
- Homepage: https://riddler-88c36ad61b3f.herokuapp.com/
- Size: 1.17 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Riddler
## Link:
https://riddler-88c36ad61b3f.herokuapp.com/## Description:
Riddler is a web application that allows users to solve riddles randomly or categorically. The technology stack used to build this application is Node.js, Express.js, MongoDB, Mongoose, and React.js. (MERN Stack). It is hosted on Heroku. The project duration was 8 hours.## Motivation:
The motivation behind this project was that my landlord's kids wanted me to ask them riddles and I was running out of it more than I could think of. So I decided to create a web application that would allow me to ask them riddles and also allow them to solve it.
They loved it. I hope you do too.## Screenshots:
## Tech/framework used:
Built with
- [Node.js](https://nodejs.org/en/)
- [Express.js](https://expressjs.com/)
- [MongoDB](https://www.mongodb.com/)
- [Mongoose](https://mongoosejs.com/)
- [React.js](https://reactjs.org/)## Features:
- Random Riddle
- Categorical Riddle## Installation:
- Clone the repository
- Run `npm install` to install dependencies
- Backend
- Run `node app.js` or `nodemon app.js` to start the server
- Frontend
- Run `npm start` to start the react app
## License:
MIT © [Riddler]( https://riddler-88c36ad61b3f.herokuapp.com/)