Skip to content

Commit 30f2f01

Browse files
MStokluskaDara Hayes
authored andcommitted
docs: minor fixes
1 parent 705bb5c commit 30f2f01

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
## Chat-app
22

3-
Chat-app is an application created based on [What's Up clone tutorial](https://www.tortilla.academy/Urigo/WhatsApp-Clone-Tutorial/master/next/step/0) created by Milenna Zuccarelli, Michal Stokluska and Dara Hayes.
3+
Chat-app is an application created based on [What's Up clone tutorial](https://www.tortilla.academy/Urigo/WhatsApp-Clone-Tutorial/master/next/step/0) created by Milena Zuccarelli, Michal Stokluska and Dara Hayes.
44

5-
##Motivation
5+
## Motivation
66

77
Application was developed by two interns at Red Hat with support of Dara Hayes, a Software Engineer at Red Hat. Main purpouse for this app was to give a nice introduction to trending technologies that both interns might be exposed to during their internship. Chat-app has been also been extended with Offix, an open source library that is one of the core technologies developed by the mobile development groups in Red Hat, MQTT message broker, docker containers, CI/CD pipeline and support for group chats.
88

9-
##What technologies does Chat-app use?
10-
11-
-React (with Hooks and Suspense)
12-
-Styled-Components
13-
-Material-UI
14-
-TypeScript
15-
-Apollo GraphQL
16-
-GraphQL Code Generator
17-
-GraphQL Modules
18-
-PostgreSQL
19-
-GraphQL Inspector
20-
-Offix
21-
-MQTT broker
22-
-Docker
23-
-CI/CD
9+
## What technologies does Chat-app use?
10+
11+
- React (with Hooks and Suspense)
12+
- Styled-Components
13+
- Material-UI
14+
- TypeScript
15+
- Apollo GraphQL
16+
- GraphQL Code Generator
17+
- GraphQL Modules
18+
- PostgreSQL
19+
- GraphQL Inspector
20+
- Offix
21+
- MQTT broker
22+
- Docker
23+
- CI/CD
2424

25-
##Prerequisites
25+
## rerequisites
2626

2727
- Node
2828
- npm & Yarn
2929
- Docker
3030

31-
##How to run
31+
## How to run
3232

3333
Download the ready project from [GitHub](https://github.com/aerogear/chat-app)
3434

35-
###Server
35+
### Server
3636

3737
- Navigate to `./server` and in command line type in:
3838
```sh
@@ -47,7 +47,7 @@ $ docker-compose up -d
4747
$ yarn start
4848
```
4949

50-
###Client
50+
### Client
5151

5252
- Navigate to `./client` and type in the command line:
5353
```sh

0 commit comments

Comments
 (0)