Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 570 Bytes

Create posters of your favorite artists written in their lyrics!

You can view the web app on lyricsposter.net.

Example

Demo poster

Development

The application is created with React, Redux, and HTML5 canvas.

You can build the app yourself with Node.js and Yarn:

  1. Clone the repository
  2. yarn install
  3. yarn start
  4. Open the application on localhost:3000