This project was created based on the Create-React-template.
The page shows cards with different users and number of theih tweets and followers.
By clicking on the "FOLLOW" button, you subscribes to the user and the counter of the followers number increases by 1. Button changes its color and text label to "FOLLOWING". If to click on the "FOLLOWING" - text label return to previous color with text "FOLLOW" and number of subscribers will be decreased by 1.
Data about all users is stored in Local Storage and available during next sessions in the browser.
Also you can filter users by "SHOW ALL/FOLLOWING/FOLLOW"
The design of the project in Figma.
In this project were used:
- Material UI for styling and desing some components and icons.
- React Router for navigation between pages.
- Emotion for styled components.
- Axios for http requests to MockApi with data.
npm install
Link to page: goit-test-tweets