Created for and during the Facebook Singapore Hackathon 2016.
CodeBot is a chatbot that helps beginners learn how to code. To make the otherwise daunting task of learning how to code for the first time easier, CodeBot incorporates witty replies, GIFs & human-readable errors to create an incredibly fun experience for a complete novice. Currently, it goes through a few basic exercises in Python (adapted from Codecademy).
- Node.js
- MongoDB
- api.ai
- Vanilla HTML, CSS & JS (for front-end)
- Post-Hackathon Cleanup of Code & Git History
- Add Setup Instructions to README
- Refine Curriculum / Database Content
- Comment Out Debug Statements on Node Server
- Split
index.js
into Separate Files - Improve Existing Bot Replies
- Add More Variation in Bot Replies
- Improve In-line Code Styling
- Remove Hardcoding in
nextExercise()