Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.16 KB

Lyrics Master

This is my first attempt at simple React application. It's a tool that helps me find the lyrics of a specific song. It uses 2 public APIs:

React and Typescript

The scaffolding of the app was bootstrapped using create-react-app with typescript template by running

yarn create react-app my-app --template typescript

I've tried to write it using functional React components, instead of class-based ones, taking advantage of React Hooks.

Styled components

I am using styled components to leverage the possibility of using component's props inside CSS as well as theming.

Running the project

To run the project locally, just run the yarn start.

Screenshots

Start page: alt text Lyrics found: alt text