https://github.com/olegweremyew/social_network
React + TypeScript + Redux + Uni-tests
https://github.com/olegweremyew/social_network
react redux social-network typescript unit-testing
Last synced: 3 months ago
JSON representation
React + TypeScript + Redux + Uni-tests
- Host: GitHub
- URL: https://github.com/olegweremyew/social_network
- Owner: OlegWeremyew
- Created: 2021-11-11T18:39:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T17:58:08.000Z (over 2 years ago)
- Last Synced: 2024-04-14T06:35:21.115Z (about 1 year ago)
- Topics: react, redux, social-network, typescript, unit-testing
- Language: TypeScript
- Homepage: https://olegweremyew.github.io/social_network/
- Size: 8.99 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Application Social-Network
Implemented with *SamuraiJS Social Network API documentation*. This application is a social network in
where you can chat with people, leave posts, find and add friends, etc.
The *Profile* page provides information about the user, his records, status and contacts.
On the *Chat* page, an online chat with other users registered on the site is available
On the *News* page, users can post various articles that they find interesting to other people.
On the *User* page, users can find new friends and add them to their contactor list.###### React(hooks)
[](https://postimg.cc/0M198R2N)
## Start locally
1.Install all the dependencies. Use: "npm install" or "yarn"
2.Use "npm start" to start locally at localhost
3.Use "npm start" test to start jest tests