A Node.js web application where users can explore various activities when they are bored. The app includes features to interact with the site and choose the type of task and the number of people required to complete the activity. It utilizes the Bored API from App Brewery to fetch random activities for users.
- User Interaction: Users can browse and engage with different activities.
- Dynamic Content: Content dynamically rendered using EJS templating.
- Responsive Design: Built with modern CSS techniques for a responsive user interface.
- CRUD Operations: Users can add, update, and delete activities.
- Node.js
- Express.js
- EJS
- CSS
- JavaScript
- Axios
- Body-Parser
- Clone the repository:
git clone https://github.com/ArunKumar235/I-m-Bored.git
- Navigate to the project directory:
cd I-m-Bored - Install dependencies:
npm install
- Run the application:
node index.js
- Open your browser and go to
http://localhost:3000.
Contributions are welcome! Feel free to submit a Pull Request.