toklok / react-app

basic react app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What does this show?

  1. Search bar has smooth animation.
  2. Understands how to use icons, font or svg.
  3. Efficiently work under time constraints.
  4. Understanding of grid's to achieve effect, even if I have to override.
  5. Basic AJAX GET request with promise based ajax lib and bind to DOM, user-profile.js, LOC 27, no authentication.
  6. Structure is built on HTML 5.
  7. Created condition mapping Array, middle.js, LOC 111.
  8. Fade in the adding of a list item.
  9. The deleting of the certain DOM element in question using Array methods.
  10. conditional binding if nothing is in the comment Array.
  11. Used SVG as background on search bar in CSS.
  12. Shows use of npm & git
  13. Understands front-end tooling.
  14. ES2015

How to run?

  1. Download repo
  2. npm install
  3. npm run-script dev-server for development, and it's only development at the moment.

About

basic react app.


Languages

Language:JavaScript 61.5%Language:CSS 34.5%Language:HTML 3.9%