🎨 A Front-End Development Project
This is a front-end development project created to practice/test my skills in various front end languages (i.e. HTML, CSS, JavaScript, Ajax, JQuery, etc.).
This particular project is an idea I had for an 'etsy like' web application, specifically for Louisville artists and art enthusiasts.
Use for Artists: the idea is that local Louisville artists can sign up and sell/showcase their work on the app (this feature is not yet implemented)
Use for Art Enthusiasts: people looking to purchase (or simply looking explore and appreciate) local art could come and navigate the side, learn more about local artists, and procure art via online purchase.
The majority of the functionality has not yet been implemented - for this stage in the project I focused mainly on the basic UI structure for the Home and Gallery pages. As the project stands, you should be able to navigate to the Gallery page and sort placeholder artwork by desired Medium. You can also favorite pieces of artwork by clicking on the heart icon (located at the top right corner of each piece if viewing on desktop). note: if your resizing the browser window to test mobile vs desktop, please refresh the page once you reach your desired screen size as some functions are determined at the load of the screen.
There are a few steps required to view this project, as I have chosen not to publish it until more functionality is included (hopefully soon!). Please follow the steps below and if you run into any error feel free to email me at [email protected]. I hope you enjoy!
**A simple local HTTP server will need to be set up in order for certain project functions to work properly. Follow the steps below to run art-lou:
requires git cli already be installed.
- Download repository
- In your terminal, navigate to the art-lou directory:
cd art-lou-master
- (For Mac Users) In your terminal run:
python -m SimpleHTTPServer
- If you are using Window, or do not have python installed, more detailed instructions for how to setup & run a simple local HTTP server can be found on MDN here.
- In your desired web browser, navigate to
http://localhost:8000/
Credit for the awesome inkdrop background video on homepage goes to CyberWebFX - Free HD Stock-Footage and Motion Graphics by CyberWebFX https://www.youtube.com/c/CyberWebFX
Gallery images and descriptions are just placeholders to test functionality - big thanks to the contributors of unplash.com
MIT License
Copyright (c) 2017 Serra Doll
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.