Skip to content

Commit a0ccc9b

Browse files
committed
Updated readme
1 parent 5566618 commit a0ccc9b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<a href="https://github.com/oldboyxx/jira_clone/tree/master/api">View API</a>
99
</h3>
1010

11-
![Tech logos](https://i.ibb.co/0BgNRKC/logos.jpg)
11+
![Tech logos](https://i.ibb.co/DVFj8PL/tech-icons.jpg)
1212

1313
![App screenshot](https://i.ibb.co/W3qVvCn/jira-optimized.jpg)
1414

1515
## What is this and who is it for 🤷‍♀️
1616

17-
I do web development and UX design consulting and this is a showcase product I've built in my spare time. It's a very good example of what a modern real-world React codebase looks like.
17+
I do web development and UX design consulting and this is a showcase product I've built in my spare time. It is a very good example of what a modern real-world React codebase could look like.
1818

19-
There are many public React projects out there but most of them are either way too simple or [way too complex](https://github.com/Automattic/wp-calypso). I like to think that this project contains enough complexity to offer valuable insights to React developers of all skill levels while still being relatively easy to understand.
19+
There are many showcase/example React projects out there but most of them are way too simple. I like to think that this project contains enough complexity to offer valuable insights to React developers of all skill levels while still being relatively easy to understand.
2020

2121
## Features
2222

@@ -26,7 +26,8 @@ There are many public React projects out there but most of them are either way t
2626
- Written in modern React, only functional components with hooks
2727
- A variety of custom light-weight UI components such as datepicker, modal, various form elements etc
2828
- Simple local React state management, without redux, mobx, or similar
29-
- Custom webpack/babel setup, without create-react-app or similar
29+
- Custom webpack setup, without create-react-app or similar
30+
- Written in Babel powered JavaScript
3031

3132
### API
3233

0 commit comments

Comments
 (0)