Skip to content

Alex-Manye/chatbot-tutorial-01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IronChat Tutorial


File structure

 📂images
 ┃ ┃
 ┃ ┣ 📜ironhack.png
 ┃ ┗ 📜send.png
 ┃
 📂scripts
 ┃ ┃
 ┃ ┗ 📜index.js
 ┃
 📂 node_modules
 ┃
 📂styles
 ┃ ┃
 ┃ ┗ 📜main.css
 ┃
 📜index.html

Getting Started


Clone this repository and navigate to the directory of the project.

# Clone the repository
git clone https://github.com/ross-u/chatbot-tutorial-01.git

# Navigate to the directory of the project
cd chatbot-tutorial-01

This repository has 2 branches: starter-code and completed.

The default branch which you can use to code and follow the tutorial is starter-code.

The branch with the finished code is completed.


Finished Example

You can check the completed example by switching to the branch completed.

# Move to the branch `completed`
git checkout completed

To get back to the working branch starter-code:

# Move to the branch `starter-code`
git checkout starter-code

Enjoy! 🚀


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • CSS 20.5%
  • HTML 14.4%