Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.82 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.82 KB

XMEME

We are seeing the craze of memes nowadays among people, so I thought of making a website on uploading memes via URL. One could take any memes(or pictures ) and just copy the image's url paste it in the input section and it gets displayed there itself.

Give your try and upload your favourite meme

https://xmeme-saptarshee.herokuapp.com/

Tech Stack used

The project mainly uses Django and REST-framework for the backend and HTML for the frontend. There's minimal use of CSS just for aligning and padding.This website is compatible only for desktop view as bootstrap is not being used currently in future I might make it bootstrap compatible and add much more features.

xmeme Tree

├───restfulapicrud
│   └───__pycache__
├───staticfiles
│   ├───admin
│   │   ├───css
│   │   │   └───vendor
│   │   │       └───select2
│   │   ├───fonts
│   │   ├───img
│   │   │   └───gis
│   │   └───js
│   │       ├───admin
│   │       └───vendor
│   │           ├───jquery
│   │           ├───select2
│   │           │   └───i18n
│   │           └───xregexp
│   ├───rest_framework
│   │   ├───css
│   │   ├───docs
│   │   │   ├───css
│   │   │   ├───img
│   │   │   └───js
│   │   ├───fonts
│   │   ├───img
│   │   └───js
│   ├───rest_framework_swagger
│   │   └───bundles
│   └───styles
└───xmeme
    ├───migrations
    │   └───__pycache__
    ├───templates
    │   └───static
    │       └───styles
    └───__pycache__