Skip to content

sk-phan/project-chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

This week’s project was to build a Chat Bot. The focus has been to practice JavaScript and hook it up with HTML. We have done this project in a pair, Suki Nhung Phan and Mimmi Fordal Uddin.

Find the link to our Figma here: https://www.figma.com/file/5BzSxiwmffIjChgvtpeVe8/Suki-and-Mimmi-pair-project?node-id=0%3A1

The problem

We first made a plan on figma, choosing a theme, and deciding how to structure the bot. Then we did Iteration 1-6 before we started building our project. We planned the bot a little different from the technigo one and made some changes to make it our version.

How did we make it different?

  • We decided to develop the user's answers in a more unique way by adding customised next questions, instead of having them repeating (basing on Technigo's example). At the same time, our end goal was to follow Technigo's instruction and leverage the if/else statement to solve the problem

  • Next, we added media queries to make the site responsive, as the raw code was only writen for desktop version. It was challenging to look at the other's code and make changes. We took advantage of using the browser inspector and going through every single detail such as font-size, button, margin, padding, and so on. As the result, we are happy with how our chat bot looks like now.

What would you do, if you could have more time?

If there were more time, we would add more dialogue options to make it more realistic.

View it live

https://dr-strange-chatbot.netlify.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.0%
  • CSS 27.4%
  • HTML 8.6%