Welcome to this React workshop project. Before you lies the bare basics to implement your own Jar Jar Newsfeed. Your app should:
- Allow the user to see all previous and new updates
- Allow the user to see comments to updates
- Allow the user to add updates
- Allow the user to add comments to updates
- Allow the user to add reactions (for example: like, dislike) to updates
- Allow the user to add reactions (for example: angry, wow) to comments
- Build with reusability in mind
- Be creative
- Any code is better than no code
- Working code is better than any code
- Fork this project
- Clone your fork
- Navigate to your working copy in your terminal
npm install
npm start
- Open
src/App.js
in your editor and go explore!
Included in this bundle is
- Everything that comes with Create React App
- Bootstrap
- moment
You can see a reference implementation on the demo branch. But don't let this kill your own creativity.