An app for writers that want to write stories inspired by famous art and history.
- JavaScipt
- HTML5
- CSS3
- Accessing The Metropolitan Museum of Art Collection API with XMLHttpRequest.
- User can view a random work of art
- User can create a story based on the work of art
- User can view a library of previously saved stories
- User can edit a previously saved story
- User can delete a saved story
- User can search for different types of art
- Clone the repository.
git clone https//github.com/SteveBehm/WriteOn.git
cd WriteOn
- Install all dependencies with NPM.
npm install
- Begin coding, making sure to open index.html in your default browser to check your work.