Skip to content

An app that acts as a news directory, filtering by state and lccn

Notifications You must be signed in to change notification settings

Hack4Impact-BU/technical-assessment-fa24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

technical-assessment

By March 27th you must fork this repository and submit a PR (pull request) to this repository with your completed version of the app.

Summary

Create an app that acts as a news directory, filtering by state and lccn. You will do this using the api listed below and creating an interesting UI to navigate the results of the API with. Similar to this:

table
This was from a seperate project so the info in your table will be different

It will also have a section at the bottom for users to put their emails into to join your mailing list. You should display those emails on a seperate page in a table titled "Community". You can an example of what that looks like here:

Community Page
This was from a seperate project so the info in your table will be different

Requirements

  • Use a JS framework
    • If using React don't use "create-react-app" because it is deprecated
  • Use a UI library (it will make it much easier on you)
  • Query the Library of Congress api endpoint and display the results in a table
    • allow the user to filter by state and by lccn (this can be dropdowns seperate from the table)
  • Have a backend to store your community members and read from it

LLM Usage

Using LLMs for code assistance is allowed but you WILL be asked questions about your code in the interview (if invited) so you should be very comfortable with the purpose of the code.

Submission

In order for your code to be assessed you must submit a PR by March 27th with the following

  • runnable code (except the database stuff because you shouldn't have your connection uri's on github)
  • a screenrecording of your code working and you explaining how you did it
  • a couple sentences about how the project went

** YOU DO NOT NEED TO HAVE A 100% COMPLETE PROJECT TO SUBMIT. Please submit whatever you are able to make

About

An app that acts as a news directory, filtering by state and lccn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published