Skip to content

ABJolis/bug_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bugbot

Get a joke, squash some bugs! Bugbot is a chatbot that tells jokes and generates fake bugs. Have fun!

Getting started

  1. Clone this repo and load the directory:
git clone https://github.com/ABJolis/bug_bot.git
  1. Change to the correct working directory:
cd bugbot
  1. From inside the project directory, load the required dependencies:
npm install
  1. Start the server:
nodemon
  1. Open a browser and navigate to localhost:3001

Description

Bugbot pulls from JokeAPI to reply to any message with a programming-related joke. The catch? Every time the user hits 'send,' bugs appear on the screen! (Thankfully, these bugs can be easily squashed, with the 'squash bugs' button.) This app was built to amuse myself while honing my skills with jquery and REST API integration. I hope it gives you a smile!

Bugbot

Tech Stack

Roadmap

Bugbot is a learning project, so I doubt I'll ever be done with it! My next steps for it are to improve the styling of the 'squash bugs' button, to build out the backend database functionality, and to add tests using Jest.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A chatbot that tells jokes and generates fake bugs. Have fun!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors