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: hackathon/README.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,6 @@
2
2
3
3
To ship your first app you should have completed all the previous exercices: **foundations**, **data management**, **ecosystem**, **navigation** and **releases**.
4
4
5
-
The tasks of the day are:
6
-
7
-
1. Use the cli to generate an app
8
-
1. Choose a UI framework
9
-
1. Select an external API (try to find an open one, of with a simple auth token)
10
-
1. Connect everything together
11
-
1. Before the end of the day, ship it to expo like [`@flexbox/detector`](https://expo.dev/@flexbox/detector)
12
-
13
-
**Hint:** If you want to know of to add and API with an auth token, have a look at this PR to [add `.env` and Authorization token with `react-query`](https://github.com/flexbox/react-native-bootcamp/pull/76).
14
-
15
5
## Ideas
16
6
17
7
- Rick and Morty episode tracker with [rickandmortyapi](https://rickandmortyapi.com/)
@@ -20,8 +10,10 @@ The tasks of the day are:
20
10
- Machine Learning application by [@flexbox](https://github.com/flexbox/machine-learning-with-javascript/tree/master/vision)
21
11
- Onboarding with magic.link by [@flexbox](https://github.com/flexbox/react-native-workshop/tree/main/hackathon/onboarding)
22
12
23
-
## Getting Started
13
+
## Getting Started the Hackathon day
24
14
15
+
-[ ] Choose a UI framework
16
+
-[ ] Select an external API
25
17
-[ ] Open [excalidraw](https://excalidraw.com/) to assemble a plan of your screens
26
18
-[ ] Run the CLI
27
19
@@ -39,6 +31,12 @@ npx ignite-cli new awesome-app --expo
-[ ] Use a `curl` to save local `.json` data (_to render simple components if you encounter issues to connect the api_.)
35
+
-[ ] Fetch data over the network with `react-query`
36
+
-[ ] Before the end of the day, ship your app to your expo account like [`@flexbox/detector`](https://expo.dev/@flexbox/detector)
37
+
38
+
**Hint:** If you want to know of to add and API with an auth token, have a look at this PR to [add `.env` and Authorization token with `react-query`](https://github.com/flexbox/react-native-bootcamp/pull/76).
0 commit comments