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.
- Host: GitHub
- URL: https://github.com/localjo/messages-4-evar
- Owner: localjo
- Created: 2018-04-25T05:42:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T11:54:15.000Z (about 5 years ago)
- Last Synced: 2025-01-06T04:28:44.003Z (4 months ago)
- Language: JavaScript
- Homepage: http://iamlocaljo.com/messages-4-evar/
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Messages 4 Evar
An interface that shows a very long list of messages on a mobile device.

## Getting Started
Clone the repo and then;
```
npm install
npm run build
npm start
```
Visit http://localhost:8080 in your browser.
## Testing
```
npm test
```