Skip to content

Commit ba86c9a

Browse files
committed
Added tech logos to readme
1 parent ebade20 commit ba86c9a

14 files changed

+162
-11
lines changed

CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
I will not be accepting PR's on this project since it is part
2+
of my personal portfolio. You're more than welcome to fork and maintain your
3+
own version if you like!

README.md

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
<h1 align="center">👻 SnapChat Clone</h1>
22

3+
<div align="center">
4+
<img src="./public/github/tech-logos/react.svg" width="75">
5+
<img src="./public/github/tech-logos/redux.svg" width="75">
6+
<img src="./public/github/tech-logos/typescript-icon.svg" width="75">
7+
<img src="./public/github/tech-logos/javascript.svg" width="75">
8+
<img src="./public/github/tech-logos/sass.svg" width="75">
9+
<img src="./public/github/tech-logos/webpack.svg" width="75">
10+
<br />
11+
<img src="./public/github/tech-logos/cypress.svg" width="75">
12+
<img src="./public/github/tech-logos/jest.svg" width="75">
13+
<img src="./public/github/tech-logos/eslint.svg" width="75">
14+
<img src="./public/github/tech-logos/prettier.svg" width="75">
15+
<img src="./public/github/tech-logos/storybook-icon.svg" width="75">
16+
</div>
17+
318
<table>
419
<tbody>
520
<tr>
@@ -39,17 +54,17 @@
3954
>ducks</a
4055
>
4156
proposal to bundle action types, creators and reducers all in
42-
one file (reducing the need to jump around)
57+
one file (reducing need to jump around)
4358
</li>
4459
<li>Flat state tree (avoids deeply nested properties)</li>
4560
<li>
4661
Follows official Redux styleguide recomendations for naming
47-
actions and action types, e.g.
48-
<code>camera/photosFetched</code> vs <code>SET_PHOTOS</code>
62+
actions and action types
4963
</li>
5064
<li>Uses <code>thunk</code> middleware for async operations</li>
5165
</ul>
5266
</li>
67+
<li>Styled with <code>SASS</code></li>
5368
<li>Type checked with <code>Typescript</code></li>
5469
<li>Unit tested with <code>Jest</code> and <code>Enzyme</code></li>
5570
<li>End-to-end tested with <code>Cypress</code></li>
@@ -63,9 +78,6 @@
6378
Feels close to a native app if you "add to homescreen" on mobile
6479
</li>
6580
</ul>
66-
<h2 align="center">
67-
<a href="https://google.com">[LIVE DEMO]</a>
68-
</h2>
6981
</td>
7082
</tr>
7183
</tbody>
@@ -361,7 +373,7 @@
361373

362374
<p>
363375
Please note
364-
<strong>I will not be accepting PR's on this project</strong> since it is part
376+
<strong><u>I will not be accepting PR's on this project</u></strong> since it is part
365377
of my personal portfolio. You're more than welcome to fork and maintain your
366378
own version if you like!
367379
</p>

TODO.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ git ignoew .env file
99

1010
test windows
1111

12-
mention dummy api?
13-
1412
get rid of actual address from screenshots
1513

16-
how to not push .env file to github pages but still work?
14+
how to not push .env file to github pages but still work
1715

18-
styled with scss
16+
add link on github sidebar

public/github/tech-logos/cypress.svg

+23
Loading

public/github/tech-logos/eslint.svg

+7
Loading
+8
Loading

public/github/tech-logos/jest.svg

+7
Loading

0 commit comments

Comments
 (0)