Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manish312002/boredom-buster
Boredom Buster is a web app that suggests fun activities to do when you're feeling bored. You can get a random activity or filter suggestions based on type and number of participants. It's a quick and easy way to find something enjoyable to do.
https://github.com/manish312002/boredom-buster
Last synced: 18 days ago
JSON representation
Boredom Buster is a web app that suggests fun activities to do when you're feeling bored. You can get a random activity or filter suggestions based on type and number of participants. It's a quick and easy way to find something enjoyable to do.
- Host: GitHub
- URL: https://github.com/manish312002/boredom-buster
- Owner: Manish312002
- Created: 2024-08-13T06:37:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T06:44:42.000Z (6 months ago)
- Last Synced: 2024-11-10T20:08:38.314Z (3 months ago)
- Language: EJS
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boredom Buster
**Boredom Buster** is a web application that provides suggestions for fun activities when you're feeling bored. You can receive random activity ideas or filter them based on your preferences.
## Features
- **Random Activity Suggestions**: Get a random activity idea to help beat boredom.
- **Activity Filtering**: Choose the type of activity and number of participants to get customized suggestions.## Technologies Used
- **Node.js**: Backend server environment
- **Express**: Web framework for Node.js
- **Axios**: HTTP client for making API requests
- **EJS**: Templating engine for rendering HTML
- **Body-Parser**: Middleware to parse incoming request bodies## Install NPM packages
- npm i express ejs body-parser axios