Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1022 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 1022 Bytes

Social Network was bootstrapped with Create React App.

Authorization

Login: [email protected] Password: free

Test it out Social Network.

Features and opportunities

  1. You can add and change your status, which can see all members of social network;
  2. Possibility to add and change avatar without download limitation.
  3. Personalize your information in profile. This forms provided by redux form, so there is validation and check for changes.
  4. Adding friend and users page is available. Pagination is created without libraries.
  5. Design and realization of adding posts without backend provide.
  6. Design and realization of message page and messaging without backend provide.
  7. There is simple system of login.
  8. Backend provided by Social-network.
  9. For store it used Redux.
  10. Project included Axios, react-redux, redux-form.
  11. Project is growing, some feature will be added in near time.
  12. In present time, all code is write on TypeScript.