/Fundalism

Primary LanguageJavaScript

Brief

A group of artists has asked you to create an app that maps street art around the world. The system is primarily for artists, but anyone vetted by the organisation should be able to use it to upload photographs of street art, and pin them to a specific location.

MVP

Your system must be able to:
  • Allow the user to place a pin to a specific location
  • Add/update information to the pin
  • Allow a user to add an image link to the pin
  • Attach image to a specific pin
  • Display a list of all the images
  • Add some styling with CSS
  • Set up a database to save the pinned information

Project Extensions

  • Display street art by author
  • Display images by country/city
  • Allow users to upload their own images
  • Allow artists to create a profile (if they’re an artist, their profile will display all their artwork)

To run the app

In your Terminal, go to the project directory and run:

  • npm install
  • npm start
Open http://localhost:3000 in your browser.

This project was bootstrapped with Create React App.