Skip to content

civic-champs/exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Coding Exercise

Fork this repository and create a single page application using React (and any other technologies) that allows users to browse, sort, and filter data from the Star Wars API. What this looks like and how it functions is largely open ended. Implement as much as time permits with the goal of demonstrating broad and/or deep proficiency.

In rough order of importance, here are a few things that are interesting:

  • application functions and actually allows user to browse, sort, and filter at least a subset of the API
  • code quality & productivity
  • fluency in react patterns (and node, if applicable)
  • adding in a server component:
    • using node, storage can just be in-memory
    • users can "favorite" objects and retrieve from the server later
    • comments on objects
    • real-time comments on objects
    • etc
  • the app is not ugly

Assume users will not login and should provide their own names etc if relevant. Getting caught up in authentication is not interesting. Please provide instructions for running the project in your README if npm start is not sufficient.

About

An exercise to be completed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors