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

https://github.com/localjo/messages-4-evar

An interface that shows a very long list of messages on a mobile device using Google's Material UI for React.
https://github.com/localjo/messages-4-evar

Last synced: 2 months ago
JSON representation

An interface that shows a very long list of messages on a mobile device using Google's Material UI for React.

Awesome Lists containing this project

README

        

# Messages 4 Evar

An interface that shows a very long list of messages on a mobile device.

![Messages 4 Evar](/meme.png)

## Getting Started

Clone the repo and then;

```
npm install
npm run build
npm start
```

Visit http://localhost:8080 in your browser.

## Testing

```
npm test
```