/lofi-music

Create your music while working/studying

Primary LanguageTypeScriptMIT LicenseMIT

Lofi-Music 🎵

A React 18 + NextJS project, created for fun. I was tired to open YouTube for some lo-fi music while working 🤭.

A live demo for a quick preview, is available 👉 clicking here.

Project details:

  • NextJS 13
  • React 18 with useEffect and useState;
  • TypeScript
  • Styled Components
  • Components/Layout based
  • Prettier for better readability

codecov

alt text

How to test in local

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 (default port) to view it in the browser.

npm run build

Builds the app for production to the build folder.

npm test

Run all the tests and check if they all pass.

npm test -- --coverage

Check the test coverage (minimum required global 70%). Once run the command, search for /coverage folder, then /lcov-report and open index.html in a browser.

How to contribute

Please feel free to open issues, pull requests and refactor/fix! This is a living project and any help is welcome. Thanks!