https://github.com/andrewn/littleprinters-web
A port of Nord's Little Printers iOS app to the web
https://github.com/andrewn/littleprinters-web
Last synced: 11 months ago
JSON representation
A port of Nord's Little Printers iOS app to the web
- Host: GitHub
- URL: https://github.com/andrewn/littleprinters-web
- Owner: andrewn
- Created: 2019-06-09T10:10:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:18:41.000Z (over 3 years ago)
- Last Synced: 2025-04-03T19:14:12.259Z (about 1 year ago)
- Language: JavaScript
- Size: 6.01 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Little Printers
This is a port of [Nord Projects's](https://nordprojects.co/) amazing [Little Printers iOS app](https://github.com/nordprojects/littleprinters-ios-app) to the web. [Read more about the project.](https://nordprojects.co/projects/littleprinters/)
The web app is deployed at https://littleprinters.ink/.
It's a very rough implementation that needs some UI polish.
## Current features
- [x] Add/delete printers
- [x] Poster Font message
- [ ] Quick Draw message
- [ ] Dithergram message
## Credits
The UI assets, design and features are all taken from the existing iOS app. I just ported them to the web.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
### Analyzing the Bundle Size
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
### Making a Progressive Web App
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
### Advanced Configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
### Deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
### `npm run build` fails to minify
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify