Skip to content

Frontend/UI for Xmeme application. A full stack application to share hilarious memes

Notifications You must be signed in to change notification settings

mayank-aggrwal/x-meme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 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

About

Frontend/UI for Xmeme application. A full stack application to share hilarious memes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published