Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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).

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


  1. Backend

    • Run `node app.js` or `nodemon app.js` to start the server



  2. Frontend

    • Run `npm start` to start the react app



## License:
MIT © [Riddler]( https://riddler-88c36ad61b3f.herokuapp.com/)