You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: capstone/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
For the next two weeks, you and your team will ideate and implement a working software system. You will have the opportunity to apply the skills that you have learned to solve an interesting problem or contribute a meaningful tool that improves our lives.
4
4
5
5
### Changelog
6
+
- 5/9 @anthonydmays Clarified 3rd-party API requirement.
6
7
- 4/24 @anthonydmays Published initial version
7
8
8
9
### Technical Requirements
@@ -14,7 +15,7 @@ Your project submission must include the following elements:
14
15
* Write unit tests achieving 80% code coverage (using JaCoCo for Java or Jest for Typescript).
15
16
* Must have a working front-end that interacts with a back-end web service to retrieve and persist data.
16
17
* Your app must be publicly accessible. It is recommended that you use [Vercel](https://vercel.com) or [Fly.io](https://fly.io) to deploy your apps.
17
-
* The system must incorporate one third-party API.
18
+
* The system must incorporate one third-party web API.
18
19
* Your repo must include a README with the following elements:
0 commit comments