Skip to content

Commit db8bf5e

Browse files
committed
Update README.md
1 parent 7cea7c0 commit db8bf5e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
A list of open source projects that students can contribute to for student projects. Please feel free to join an existing project and collaborate. All your contributions to any project you've collaborated on will count toward your student achievements.
44

5+
## Library Projects
56

6-
## react-pure-component-starter
7+
### react-pure-component-starter
78

8-
### [Update ESLint](https://github.com/ericelliott/react-pure-component-starter/issues/196) #easy
9+
#### [Update ESLint](https://github.com/ericelliott/react-pure-component-starter/issues/196) #easy
910

1011
ESLint has deprecated some old rules. Bring the `.eslintrc` up to date with the current rule names. Run `npm run lint` to spot failures, and correct the error messages.
1112

1213

13-
## rtype
14+
### rtype
1415

15-
### [Runtime rtype parser](https://github.com/ericelliott/rtype/issues/62) #advanced
16+
#### [Runtime rtype parser](https://github.com/ericelliott/rtype/issues/62) #advanced
1617

1718
Experience with compilers, type theory, language design would be helpful.
1819

@@ -25,3 +26,8 @@ Useful background:
2526
If you're curious about types, see the [introduction to types](https://class.coursera.org/compilers/lecture/45) from the Stanford Compiler course.
2627

2728

29+
## App Projects
30+
31+
### [CheckIn](https://github.com/learn-javascript-courses/checkin) #intermediate
32+
33+
A simple app to keep track of what people on your teams are working on.

0 commit comments

Comments
 (0)