MYTweets is a web application developed using React, following a component-based approach and utilizing routing for two pages. The tweet data is fetched from mockapi.io using axios. The application implements the functionality to save the number of followers on the API when the Follow status changes. Additionally, the Follow status is saved in the local storage.
git clone
cd react-user-management-app
npm install
npm start
5. Open your browser and visit http://localhost:3000 to access the application.
- The data is automatically fetched from the server upon the first visit to the Tweets page.
- To navigate between pages, please use the navigation in the header or the "Back to Home" button on the Tweets page.
- Гse the LoadMore button to explore a greater number of tweets.
- React
- JavaScript
- HTML
- CSS
- Axios
- React - JavaScript library for building user interfaces.
- Moskapi.io - Backend server used for fetching user data.