React homework template

This project was created with Create React App by using this template: https://github.com/goitacademy/react-homework-template. To get acquainted and configure additional features refer to documentation.

Preparation for work

  1. Make sure you have an LTS version of Node.js installed on your computer. Download and install if needed.
  2. Install the project's base dependencies with the npm install command.
  3. Start development mode by running the npm start command.
  4. Go to http://localhost:3000 in your browser. This page will automatically reload after saving changes to the project files.

How it works

  1. This is a simple app for interactive user cards (for example, twitter).
  2. Just click the "Follow" button, the result saves after refreshing the page.
  3. You can create your own base or use the default one (in data/stats.json).