Skip to content

Commit 6ee2b39

Browse files
authored
Update README.md
1 parent 0697b7f commit 6ee2b39

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Fork this repository and implement your own Checkin app.
1111

1212
## Tech Stack Checklist
1313

14-
* [Use Next.JS](https://nextjs.org/)
15-
* [Setup automatic lint and prettier runs](https://medium.com/javascript-scene/streamline-code-reviews-with-eslint-prettier-6fb817a6b51d)
16-
* [Deploy on Vercel](https://vercel.com/)
17-
* [Authenticate users with Magic](https://magic.link/)
18-
* [Store data in Firebase](https://firebase.google.com/)
19-
* [Don't commit secrets to the repo](https://nextjs.org/docs/basic-features/environment-variables)
14+
* [ ] [Use Next.JS](https://nextjs.org/)
15+
* [ ] [Setup automatic lint and prettier runs](https://medium.com/javascript-scene/streamline-code-reviews-with-eslint-prettier-6fb817a6b51d)
16+
* [ ] [Deploy on Vercel](https://vercel.com/)
17+
* [ ] [Authenticate users with Magic](https://magic.link/)
18+
* [ ] [Store data in Firebase](https://firebase.google.com/)
19+
* [ ] [Don't commit secrets to the repo](https://nextjs.org/docs/basic-features/environment-variables)
2020

2121
Related: [The 12-Factor App](https://12factor.net/)
2222

@@ -27,9 +27,9 @@ In agile development, we strive to implement the minimum effective amount of pro
2727

2828
The scrum meeting is a common element of that minimal process. Its purpose is to allow team members to check in with each other. On each work day, each small team gathers to answer three questions:
2929

30-
* What did you do on the last workday?
31-
* What are you doing today?
32-
* Is there anything blocking you?
30+
* [ ] What did you do on the last workday?
31+
* [ ] What are you doing today?
32+
* [ ] Is there anything blocking you?
3333

3434
Scrum teams should be small, so these meetings should last less than 15 minutes.
3535

0 commit comments

Comments
 (0)