Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

tdehart/philly-art-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

philly-art

Browse public art projects in Philadelphia

How to run the project

Install dependencies:

npm install
cd client && npm install

Run the test suite:

npm run test

Start the app:

npm start

Open http://localhost:3000 in your browser if it didn't launch automatically

Description:

Pulls artist information from philart, an API that tracks all public art projects in the city of Philadelphia. I implemented some simple artist filtering and pagination. When you click on an artist it navigates to a second page that shows the artist's projects in a thumbnail gallery. Below each gallery I provide a map of Philadelphia with the art projects displayed as markers.

Some obvious limitations of the app:

  • No type-checking - In the interest of time I chose not to use TypeScript
  • No persistent state - I implemented a simple Router but ran out of time so you keep losing state between route navigation
  • Wanted to implement a simple auth flow to save favorites but also ran out of time on that one

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published