Skip to content

Commit 4f620cb

Browse files
committed
fixes table in the readme
1 parent a154db4 commit 4f620cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ This repository contains the entire source and content for the article series of
2020

2121
<!-- prettier-ignore -->
2222
| <a href='./day-01'><img src='./day-01/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-01'>What is React?</a><h4> | <a href='./day-02'><img src='./day-02/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-02'>What is JSX?</a><h4> | <a href='./day-03'><img src='./day-03/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-03'>Our First Components</a><h4> | <a href='./day-04'><img src='./day-04/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-04'>Complex Components</a><h4> | <a href='./day-05'><img src='./day-05/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-05'>Data-Driven</a><h4> |
23+
| :---: | :---: | :---: | :---: | :---: |
2324
| <a href='./day-06'><img src='./day-06/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-06'>State</a><h4> | <a href='./day-07'><img src='./day-07/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-07'>Lifecycle Hooks</a><h4> | <a href='./day-08'><img src='./day-08/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-08'>Packaging and PropTypes</a><h4> | <a href='./day-09'><img src='./day-09/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-09'>Styles</a><h4> | <a href='./day-10'><img src='./day-10/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-10'>Interactivity</a><h4> |
2425
| <a href='./day-11'><img src='./day-11/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-11'>Pure Components</a><h4> | <a href='./day-12'><img src='./day-12/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-12'>create-react-app</a><h4> | <a href='./day-13'><img src='./day-13/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-13'>Repeating Elements</a><h4> | <a href='./day-14'><img src='./day-14/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-14'>Fetching Remote Data</a><h4> | <a href='./day-15'><img src='./day-15/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-15'>Introduction to Promises</a><h4> |
2526
| <a href='./day-16'><img src='./day-16/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-16'>Displaying Remote Data</a><h4> | <a href='./day-17'><img src='./day-17/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-17'>Client-side Routing</a><h4> | <a href='./day-18'><img src='./day-18/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-18'>Introduction to Flux</a><h4> | <a href='./day-19'><img src='./day-19/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-19'>Data Management with Redux</a><h4> | <a href='./day-20'><img src='./day-20/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-20'>Redux actions</a><h4> |
2627
| <a href='./day-21'><img src='./day-21/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-21'>Redux Middleware</a><h4> | <a href='./day-22'><img src='./day-22/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-22'>Introduction to Testing</a><h4> | <a href='./day-23'><img src='./day-23/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-23'>Implementing Tests</a><h4> | <a href='./day-24'><img src='./day-24/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-24'>Testing the App</a><h4> | <a href='./day-25'><img src='./day-25/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-25'>Better Testing with Enzyme</a><h4> |
2728
| <a href='./day-26'><img src='./day-26/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-26'>Integration Testing</a><h4> | <a href='./day-27'><img src='./day-27/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-27'>Deployment Introduction</a><h4> | <a href='./day-28'><img src='./day-28/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-28'>Deployment</a><h4> | <a href='./day-29'><img src='./day-29/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-29'>Continuous Integration</a><h4> | <a href='./day-30'><img src='./day-30/cover.jpg' width='140px;' /></a><h4 align='center'><a href='./day-30'>Wrap-up and More Resources</a><h4> |
28-
| :---: | :---: | :---: | :---: | :---: |
2929

3030
## 👩‍🏫 How to use this repository
3131

0 commit comments

Comments
 (0)