Skip to content

Meme maker app created using React.js and Apollo GraphQL

Notifications You must be signed in to change notification settings

shutsugan/meme-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme maker

Make your own memes by uploading a picture, the picture will be transformed to base 64 and sent to firebase real-time store after providing a name and comments for the meme, the operations or reading and writing are handled by Apollo GraphQL, and the front-end is constructed using React.js

Installing Node.js modules and running locally

Once you have Node and npm installed and this repository downloaded, you'll need to install the application's dependencies:

npm install

install dependencies for client side:

cd client && npm install

to run for development run:

npm run dev

App ScreenShots

List of memes screenshot:

memes list screenshot

Selected meme to update or download screenshot:

selected meme screenshot

About

Meme maker app created using React.js and Apollo GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published