Skip to content

uvdata/jarjar-newsfeed

Repository files navigation

Jar Jar Newsfeed

Welcome to this React 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
  • You can use TypeScript and/or JavaScript
  • You are not restricted to libraries that are currently used in this project

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!

Reference implementation

You can see a reference implementation on the demo branch. But don't let this kill your own creativity or make any assumptions about its quality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published