https://github.com/pr0gramista/meme-reader
Client for browsing meme sites by accessing memes-api
https://github.com/pr0gramista/meme-reader
browse-memes-sites javascript memes-api react
Last synced: 5 months ago
JSON representation
Client for browsing meme sites by accessing memes-api
- Host: GitHub
- URL: https://github.com/pr0gramista/meme-reader
- Owner: pr0gramista
- License: mit
- Created: 2016-11-23T01:24:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T07:02:45.000Z (over 3 years ago)
- Last Synced: 2025-04-25T12:53:48.449Z (about 1 year ago)
- Topics: browse-memes-sites, javascript, memes-api, react
- Language: TypeScript
- Homepage:
- Size: 910 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meme reader
Browse memes sites without bloatware
### Getting started
Meme reader is a standard React + Vite app.
```
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
```
### How it works?
Client makes request to [Memes API](https://github.com/pr0gramista/memes-api) as you select one of available websites, then it parses the result and displays it.
### Contributing
Feel free to create issues, fix bugs, add new functionalities even if you are not sure about. If you have any doubts or questions feel free to reach me via email or [Twitter](https://twitter.com/pr0gramista). Everyone is welcome!