The application has 2 pages Home and Tweets. The Tweets page loads user cards from the database. By clicking on the Follow button in the card, you can subscribe to a user or unsubscribe.
- react
- react-router-dom
- styled-components
- CSS Modules
- utility clsx
- axios
- REST API
- mockAPI
git clone https://github.com/pberkut/test-tweet-card.git
cd your-project
npm install
npm start