LIVE @ : https://mayank-aggrwal.github.io/x-meme/
A full stack application to share hilarious memes.
Fully responsive website (for posting memes) using only HTML, CSS and JS
https://damp-ridge-18897.herokuapp.com/
GIT REPO : https://github.com/mayank-aggrwal/proj-c
https://mayank-aggrwal.github.io/x-meme/
- Post meme images along with your name and caption
- Edit posted memes
- Deleting memes
- Clone the repository
- Open index.html to view webpage
$null > file_name.cpp
git config --global user.email "user_mail"
git config --global user.name "user_name"
git checkout <branch-name>
git branch -a
Change to master branch
git checkout master
git merge <branch-name>
git log --graph --oneline --decorate --all
git remote -v
git push --all <remote-origin>
git remote add new-remote-origin-name https://github.com/user_name/repo.git
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Check Contributing.md for more instructions.