Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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