An open API service indexing awesome lists of open source software.

https://github.com/mboladop/give-a-gif

Give a GIF Project website was created for fun during a hackaton in Code institute using: RESTful API, flask, python3, javascript, HTML5, CSS3 (GIPHY API)
https://github.com/mboladop/give-a-gif

css3 giphy-api html5 javascript python rest-api wrapper-api

Last synced: 2 months ago
JSON representation

Give a GIF Project website was created for fun during a hackaton in Code institute using: RESTful API, flask, python3, javascript, HTML5, CSS3 (GIPHY API)

Awesome Lists containing this project

README

          

#EDUCATIONAL PURPOSES ONLY.

# Give a GIF

![Desktop Demo](https://raw.githubusercontent.com/mboladop/Give-a-Gif/master/README_files/giveagif.gif "Desktop Demo")

### What is this website for?
Give a GIF Project website was created for fun during a hackaton in Code Institute.

Created with the following GitHub users:
- /**hschafer**
- /**Miguelmargar**
- /**mboladop**

Developed further by:
- /**mboladop**

### How does it work

This website uses **Java-Script** and **jQuery** to route viewers through the site. The site is styled with **Bootstrap**, **css3** and **Google Fonts**. Specific back end (restful-wrapper API) to meet the new requirements of the [GIPHY API](https://developers.giphy.com/). The restful-API part was made using **flask** and **python3**. The back-end has its own CORS which are in this case deleted to be able to call it from the Front-End part of the project.

## Technologies Used

- **HTML5**, **CSS3** and **Javascript**
- Base languages used to create website.
- [Bootstrap](http://getbootstrap.com/)
- We use **Bootstrap** to give the project a simple, responsive layout.
- [JQuery](https://jquery.com)
- Use **JQuery** for Bootstrap and displaying modal.
- [Google Fonts](http://googlefonts.com/)
- We use **Google Fonts** to give our project the fonts.
- **Python3**
- Base language used to create Back-End.
- Used **Flask** as the framework for Python.

## Deployment
- Front-end in Github.
- Back-end in Heroku.