huiyie / hacktober-learn-react

Hacktoberfest 2017 is an opportunity for us to learn React together!
2 stars 8 forks source link

Create a "Menu" with list of Demos in the homepage #9

Open TheCodeArtist opened 7 years ago

TheCodeArtist commented 7 years ago

Modify App.js to add a table/list of currently supported features/demos.

Ideally each item in the table/list shall contain the following sections:

  1. The name of the Feature/Demo.
  2. A thumbnail with screenshot of the feature/demo.
  3. The hyperlink to open it in a new tab/window.
  4. A brief (1-2lines) description of the Feature/Demo.
  5. [optional] An extended description with links to detailed explanation and references.
huiyie commented 7 years ago

This is great! Would you like to work on this? Or I could try during my free time too 💚

TheCodeArtist commented 7 years ago

By tomorrow, i will share for review a PR with changes to App.js that adds the outline of what i described above.

huiyie commented 7 years ago

That's great!

TheCodeArtist commented 7 years ago

Bit more than i could chew. 😁

Submitted initial PR #13 to update the header of the landing page. Please Review...

Will continue to work on learning how to prepare a "Showcase menu" of Demos throughout the week.

huiyie commented 7 years ago

@TheCodeArtist Merged! Thanks for giving me the opportunity to learn from you :)