Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 556 Bytes

frontend-technical-test

SocialGnomes.Net Demo with React-Redux

This project retrieves data from an Gnomes Api.

You can find in the app:

  • BEM
  • Semantic HTML
  • Unit and component testing
  • SASS
  • Redux to handle local state
  • Mobile first, full responsive styles
  • Environment variables
  • SOLID
  • DRY
  • ESLint

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

npm run test

Launches the test runner in the interactive watch mode.

See the section about running tests for more information.