Project type
First Timer FriendlyEducationProject tech
JavaScriptHTML / CSSReactCurrently seeking
- Backend Developers
- Frontend Developers
- Maintainers
- Code Reviewers
- Testers
Contribution overview
Most contributors are in India
Ideal: 1 PR a month
Mentorship & pairing available
Overview
The main idea is to provide a seamless interface for creating memes on web, while I have personally enjoyed creating memes on apps in phones but sometimes you just need a web-app on a big screen.
This is my solution to that problem.
It is using ReactJS and custom CSS (though I want to move to a CSS-framework at some point).
Feel free to checkout the issues that I have created and if you have an idea which you don't find captured in the issues, feel free to create new ones
Steps to run the application
- Clone the repository
- Run
npm install
- Run
npm start
- Open http://localhost:3000 to view it in the browser.
That's it.
Contributing
You can contribute to the project in any way you want, either by fixing bugs, implementing new features, improving the documentation or proposing new features through issues.
Workflow:
- Open or select an existing Issue describing what your change is about and why
- Fork and make your changes
- Make Pull Request with your changes mentioning the Issue in the PR.