-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 853 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<h1 id="react-learn">react-learn</h1>
<p>
This repo contains small projects, coursework, and test / play snippets of
React code.
</p>
<h4 id="click-on-the-picture-or-link-to-go-to-the-featured-react-project-">
Click on the picture or link to go to the featured React project.
</h4>
<p>
<a href="meta-w4/"
><img
src="meta-w4/public/img/calculator.png"
alt="Calculator made with React"
/></a>
</p>
<p><a href="meta-w4/">Calculator</a></p>
<p>
<a href="tic-tac-toe/"
><img
src="tic-tac-toe/public/img/tictactoe.png"
alt="Tic Tac Toe game made with React"
/></a>
</p>
<p><a href="tic-tac-toe/">Tic Tac Toe game</a></p>
<p>
<a href="ant/"
><img
src="ant/public/img/ant.png"
alt="Ant Design Components in a React App"
/></a>
</p>
<p><a href="ant/">Ant Design Components in a React App</a></p>