Skip to content

cool1209/keep_in_touch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

html css javascript react redux

>> DEMO LINK <<

Description:

А social network simulator.
The pet project for better understanding how to work with React
and Redux, Flux architecture, data interaction, etc.

Documentation

1. Auth page:

  • You can choose a user for entering the social network (choose a user and click the logIn button).

2. Home page:

  • On this page, you can view your posts and the posts of all the users you follow. It is possible to visit a user's profile by clicking on his avatar on a post.

3. Messaging page:

  • It is possible to select a contact and write a message (then you can switch to the account of the person to whom the message was sent and read it).

4. Network page:

  • On this page you can view the users of this network. Visit a user's profile by clicking on their avatar, you can also follow any of them.

5. Community page:

  • Content is temporarily unavailable...

6. Profile page:

  • You can view user information.
  • You can add a new publication.
  • You can view all of the user's posts
  • You can logout from your account (in the upper right corner of the wallpaper).

7. Error page:

  • The page that appears in the event of a page request error.

Added changes:

  • Added simple validation to Auth page
  • Added selectors to store
  • Added error 404 page
  • Changed Music page to Community page
  • Changed some styles
  • Fixed some small bugs

Frameworks / libs dokumentation:

The frameworks/libraries/modules used in the project

  • React npx create-react-app my-app
  • React Router npm i react-router-dom
  • React-Redux npm i react-redux
  • Redux npm i redux
  • Redux thunk npm i redux-thunk
  • Redux devtools npm i redux-devtools-extension
  • ClassNames npm i classnames
  • SaSS/SCSS npm i sass
  • REACT FINAL FORM npm i --save final-form react-final-form
  • gh-pages npm i gh-pages --save-dev

Developers

License

MIT License

Copyright (c) 2022 Ihor Kuchin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published