An open API service indexing awesome lists of open source software.

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

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!