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.
Built with Ruby version '2.6.1', and Rails version '~> 6.1.4'
https://www.youtube.com/watch?v=5iSx4H-DS6Q&t=8s
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.
The application is available as open source under the terms of the MIT License.
Bug reports and pull requests are welcome on GitHub at https://github.com/lankaukk/typo-app.