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

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.

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.