/gallery

An image gallery of personal favorites

Primary LanguageCSS

Gallery

Authored by Michael Kipchumba

A personal gallery web app.

Live Site

Project Approach

Given Action Result
User wants to see photos They enter the site They view a list of uploaded photos
User wants to see and enlarged photo They click on a photo A modal appears with the enlarged image and its details
User wants to search for image They enter a category name They are directed to a page with images from that category displayed
User wants to view images from a certain location They select a location from a dropdown list Photos from that location are displayed

Project Tools

Languages
  • Python
  • Css/Scss
  • HTML
Frameworks
  • Django
Additional Tools

Setting Up

If you feel like using this project as your own you can do so, following the instructions below:

  • Go to your chosen directory.
  • git clone https://github.com/mikechumba/gallery/
  • cd <your-dir>/gallery

This project requires that you have python 3.6+ set up. You can follow the instructions here to achieve that, if you haven't.

You will also need to install Django. Follow the instructions here.

Debugging

This app doesn't seem to have any bugs for now. If you happen to come across one, I will be happy to take a look at it. Contact Me on:

License

MIT License

Copyright (c) 2019 Michael Kipchumba

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.