Skip to content

Commit

Permalink
Add boxes to planning section of weather-app.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daaimah123 authored Aug 24, 2024
1 parent 0680f60 commit d6bd346
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions projects/weather-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,16 @@ You can see a guide code working with real data with a API_KEY [here](https://gi
Hot tip: you will also use some of these planning skills during your final projects, so get started in trying to implement the below **optional** points with this week’s app.

#### Presentation
- You can show that your DB / Third-Party API and endpoints work.
- You are able to demo event handling.
- You can show that your files have been deployed.
- [ ] You can show that your DB / Third-Party API and endpoints work.
- [ ] You are able to demo event handling.
- [ ] You can show that your files have been deployed.

#### Code
- You have comments that explain each data call, event handler, and each function.
- You can show that you have event handling that manipulates data adequately across the frontend to the server and vice versa.
- Your state and updated state naming makes sense.
- Clean file structure with organization that makes sense according to best practice.
- [ ] You have comments that explain each data call, event handler, and each function.
- [ ] You can show that you have event handling that manipulates data adequately across the frontend to the server and vice versa.
- [ ] Your state and updated state naming makes sense.
- [ ] Clean file structure with organization that makes sense according to best practice.

#### README
- Nice-to-have/secondary or stretch goals
- Technologies used
- [ ] Nice-to-have/secondary or stretch goals
- [ ] Technologies used

0 comments on commit d6bd346

Please sign in to comment.