/Simple-social

The React&Redux app with the connection to the API

Primary LanguageJavaScript

The React application which displays data from the API about users (Users Page view) and their posts (UserDetails view) and comments (Post Details view). The application also gives the ability to create posts and comments with the help of modal forms(I used react-modal, formik and yup for that). After creating object via form the resource will not be really created on the server but it will be faked as if, so after changing view posts/comments lists will return to their initial state. Additionally posts can be removed (this also will not be deleted on the server). Loaders are displayed while data are not yet fetched. For the state management I used redux and redux-thunk middleware for asynchronous actions. For testing I used jest and react-testing-library. Link: https://kszostko-simple-social.netlify.app/