rasck / jarjar-newsfeed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jar Jar Newsfeed

Welcome to this React workshop project. Before you lies the bare basics to implement your own Jar Jar Newsfeed. Your app should:

  1. Allow the user to see all previous and new updates
  2. Allow the user to see comments to updates
  3. Allow the user to add updates
  4. Allow the user to add comments to updates
  5. Allow the user to add reactions (for example: like, dislike) to updates
  6. Allow the user to add reactions (for example: angry, wow) to comments

Remember

  • Build with reusability in mind
  • Be creative
  • Any code is better than no code
  • Working code is better than any code

Where to start

  1. Fork this project
  2. Clone your fork
  3. Navigate to your working copy in your terminal
  4. npm install
  5. npm start
  6. Open src/App.js in your editor and go explore!

What is included

Included in this bundle is

Reference implementation

You can see a reference implementation on the demo branch. But don't let this kill your own creativity.

About


Languages

Language:JavaScript 67.0%Language:CSS 18.2%Language:HTML 14.8%