Skip to content

Tinkkid/goit-test-tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Follow to friend's tweets

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:

for run project use:

npm install

Link to page: goit-test-tweets