Skip to content

Commit b4e8efa

Browse files
committed
Update Readme
1 parent 3d78457 commit b4e8efa

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,38 @@
1-
Lets talk client side
1+
## Overview 🎉
2+
3+
Let's talk is a real-time web application. It's a client side repository. You can find [back-end part here](https://github.com/thecactoos/LetsTalkServer)
4+
5+
## Live 📍
6+
7+
[https://let-s-talk.netlify.app/](https://let-s-talk.netlify.app/)
8+
9+
## Technologies 🔧
10+
11+
- React
12+
- React-router-dom
13+
- Redux / redux-saga / redux-thunk
14+
- SCSS
15+
- CSS Modules
16+
- Socket.io-client
17+
- Axios
18+
- React-spring
19+
20+
## Issues 🔍
21+
22+
If you have any issues feel free to let me know in the issues section or directly to [email protected]
23+
24+
## Usage 💾
25+
26+
```bash
27+
28+
git clone https://github.com/thecactoos/LetsTalkClient.git
29+
30+
npm install
31+
32+
npm start
33+
34+
```
35+
36+
## Contributing
37+
38+
Lets talk is an open source project. Any contributions are very welcome! 🙃

0 commit comments

Comments
 (0)