Skip to content

Instantly share code, notes, and snippets.

@khattab88
Last active July 26, 2018 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khattab88/fb6c1e81457bf965320ed686cc5a813b to your computer and use it in GitHub Desktop.
Save khattab88/fb6c1e81457bf965320ed686cc5a813b to your computer and use it in GitHub Desktop.
1- define list of reusable ui components
ex: - login from
- header
- footer
- grid
- sidebar
- navbar
- dropdown
- images
- loader
- modal
- upload file
- ...
2- implement a responsive layout using media queries for:
- landing page
- simple web app (using defined ui components)
3- implement full fledged web apps using react (https://react.rocks/)
- https://react.rocks/example/tmdb-app
- https://react.rocks/example/lead-form
- https://react.rocks/example/Movies_landing_page
- https://react.rocks/example/JSON_Resume
- https://react.rocks/example/soundcloud-redux
- https://react.rocks/example/pabla
- https://react.rocks/example/ReactiveTrader
- https://react.rocks/example/rate_the_song
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment