Skip to content

Commit ac36ff8

Browse files
authored
feat: adds John's user stories. (#201)
1 parent 20c7dd3 commit ac36ff8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

lesson_05/JohnBey/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Backend JavaScript
2+
3+
As a day competitive player, I want everything in the game to work as smoothly and seamlessly as possible, so that I may increase my rank fairly and without any interruptions.
4+
5+
6+
## Acceptance Criteria
7+
8+
Given the game properly reads my input in real-time when I press the shoot button, then the person on the other side takes damage and dies.
9+
10+
11+
# HTML/CSS
12+
13+
As a day to day user, I want the website to be easy to read, so that I can digest the information on it more thoroughly.
14+
15+
16+
## Acceptance Criteria
17+
18+
Given the information on the website is very easily understood when I decide to more thoroughly read it, then the time that I save when doing so will be cut in half and just overall be more accurate.
19+
20+
21+
# Python
22+
23+
As a person just getting into python, I want to create a python script that automatically webscrapes Amazon for the highest priced GPUs, so that I can buy them quickly and sell them to the highest bidder.
24+
25+
26+
## Acceptance Criteria
27+
28+
Given Python takes the price of a certain GPUs when I run the command, then the price will be put into my database and the item will be bought before anyone else.

0 commit comments

Comments
 (0)