Skip to content

Latest commit

 

History

History
107 lines (75 loc) · 2.34 KB

README.md

File metadata and controls

107 lines (75 loc) · 2.34 KB

💻 X-MEME APPLICATION front-end

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

API (Backend)

https://damp-ridge-18897.herokuapp.com/

GIT REPO : https://github.com/mayank-aggrwal/proj-c


Frontend

https://mayank-aggrwal.github.io/x-meme/


Sreenshots

Desktop

GIF

Mobile

GIF

Features

  1. Post meme images along with your name and caption
  2. Edit posted memes
  3. Deleting memes

Instructions

  • Clone the repository
  • Open index.html to view webpage

Additional helpful commands

Touch alternative in windows powershell :

$null > file_name.cpp

Configure GIT :

git config --global user.email "user_mail"
git config --global user.name "user_name"
NOTE: Make .gitignore file after initialising the GIT repository

To checkout a particular branch:

git checkout <branch-name>

To list all the branches in the git repository:

git branch -a

To merge a branch into master branch:

Change to master branch

git checkout master
git merge <branch-name>

To see git branch graphs in terminal:

git log --graph --oneline --decorate --all

To see all remotes

git remote -v

To push all branches to remote repository

git push --all <remote-origin>

To add a new remote to push changes to

git remote add new-remote-origin-name https://github.com/user_name/repo.git

Contributing

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.

License

MIT