https://github.com/lankaukk/typo-app
Single Page Application (SPA) for generating Typographic Compositions.
https://github.com/lankaukk/typo-app
api css database fast-json javascript rails ruby
Last synced: 3 months ago
JSON representation
Single Page Application (SPA) for generating Typographic Compositions.
- Host: GitHub
- URL: https://github.com/lankaukk/typo-app
- Owner: lankaukk
- License: mit
- Created: 2021-08-20T21:42:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T22:00:30.000Z (over 4 years ago)
- Last Synced: 2025-02-01T02:29:22.061Z (over 1 year ago)
- Topics: api, css, database, fast-json, javascript, rails, ruby
- Language: Ruby
- Homepage: https://www.youtube.com/watch?v=5iSx4H-DS6Q&t=8s
- Size: 118 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TYPO
Welcome to the Typo App! This is a Single Page Application(SPA) for generating your own digital typographic compositions. Users may also browse the gallery to view compositons created by others. The frontend is built with HTML, CSS, and JavaScript, and it communicates with a backend API that is built with Ruby and Rails.
## Ruby Version
Built with Ruby version '2.6.1', and Rails version '~> 6.1.4'
## Demo
https://www.youtube.com/watch?v=5iSx4H-DS6Q&t=8s
## Installation
To use this app, first fork and clone this repo.
Run `bundle install`
Run `rake db:create && rake db:migrate`
Then start the server by running `rails server` This loads the backend database so that you can see other people's compositions as well as save your own.
You may then navigate to your browser by running `open index.html`
Everything should be set up.
## License
The application is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/lankaukk/typo-app.