Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add lab for chat bot(JS only) #412

Closed
3 tasks
jdwilkin4 opened this issue Jul 3, 2024 · 0 comments · Fixed by #537
Closed
3 tasks

chore: add lab for chat bot(JS only) #412

jdwilkin4 opened this issue Jul 3, 2024 · 0 comments · Fixed by #537
Assignees
Labels
full stack cert Labs Team This work is for the labs team only

Comments

@jdwilkin4
Copy link
Contributor

jdwilkin4 commented Jul 3, 2024

The first few labs in the JS section will be JavaScript only and short.
The preceding workshops will also be short and only teach a few concepts.
This is to ensure the campers really grasp the fundamentals before moving onto harder concepts.

Here is the first JS workshop:
#411

We need a lab that will immediately following that.

Here is what the campers will know so far:

  • let
  • const
  • assignment
  • reassignment
  • basic string usage
  • string concatenation using + operator only.
  • console.log
  • camelCase

My suggestion would be to have campers create something similar to the workshop in this lab.
It could be another bot that talks to the user.

Maybe the bot will tell the user facts about freeCodeCamp
Maybe the bot will tell the user facts about JavaScript
Maybe the bot will tell a story instead.
Or maybe the bot will just have another random conversation with the user like in the workshop.

Acceptance criteria

  • create a new folder of the project in the frontend-cert/js-projects directory
  • add your completed project in an script.js file in that new folder
  • create a markdown file for your proposed user stories. You should call it user-stories.md and place it in your new project folder
@jdwilkin4 jdwilkin4 added full stack cert Labs Team This work is for the labs team only labels Jul 3, 2024
@jdwilkin4 jdwilkin4 changed the title chore: add lab for JS only chat bot chore: add lab for chat bot(JS only) Jul 5, 2024
@larymak larymak self-assigned this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full stack cert Labs Team This work is for the labs team only
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants