Skip to content

Commit c0548d5

Browse files
committed
add readme
1 parent 7cc3697 commit c0548d5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Progressive Pizza Workshop
2+
3+
Let create a pizza order terminal app using Remix and learn about
4+
the awesome features that the framework provides to create a
5+
fantastic user experience.
6+
7+
## Prerequisites
8+
9+
- Some experience with JavaScript
10+
- Some experience with React
11+
- Some experience with Node.js
12+
13+
## System Requirements
14+
15+
- git v2.13
16+
- NodeJS 20
17+
- npm v10
18+
19+
## Exercises
20+
21+
You'll find all the exercises in the `exercise` directory. The
22+
purpose of the exercise is to follow by walk through the material
23+
and ask me questions.
24+
25+
For each exercise, follow the instruction on the `README.md` file.
26+
27+
## Solutions
28+
29+
The final app solution can be found on the [progressive-pizza](https://github.com/yowari/progressive-pizza)
30+
repository.

0 commit comments

Comments
 (0)