Skip to content

wlee367/Redux-Meme-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License LinkedIn


Meme Generator

A web application that leverages the ImgFlip API to generate some memes. For fun. Now live here

Table of Contents

About The Project

This project is a simple web application made with React, Redux, and the ImgFlip API.

ReduxMemeGenerator

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm or yarn
npm install npm@latest -g

Installation

To run this project, you need to make an account at https://imglfip.com

  1. Clone the repo for the API and CD into new directory
git clone https://github.com/wlee367/Redux-Meme-Generator
cd Redux-Meme-Generator

1a. Adjust /src/actions/secrets.js

const username = 'yourusername';
const password = 'yourpassword';

export { username, password };
  1. Install NPM packages
yarn install
  1. Run project in development mode
yarn start
  1. Visit http://localhost:3000 to see the project.

Usage

image

image

image

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Jason Lee - email

Project Link: https://github.com/wlee367/Redux-Meme-Generator

About

Create your own meme using Redux, imgFlip API and React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published