Skip to content

DZaporozhan/goit-practice-assignment-json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOIT Practice Test Assignment

  1. A set of informative cards are created with tweets, followers' and avatar info, and interactivity added when clicking on a button.
  2. json file is used for the initial user data state.
  3. LocalStorage has been used to retrieve information when the page is reloaded.

==========================================================================

To work locally use next commands:

npm install

Installs node_modules and dependencies.

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

npm run build

Builds the app for production to the build folder.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.8%
  • HTML 19.5%
  • CSS 6.7%