Skip to content

juro994/lyrics-master

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published