https://github.com/zbo14/songstat
Learn more about the songs you listen to
https://github.com/zbo14/songstat
Last synced: over 1 year ago
JSON representation
Learn more about the songs you listen to
- Host: GitHub
- URL: https://github.com/zbo14/songstat
- Owner: zbo14
- License: isc
- Created: 2024-01-06T05:16:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-24T18:45:19.000Z (over 2 years ago)
- Last Synced: 2025-01-31T14:28:18.029Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# songstat
Learn more about the songs you love!
A Spotify app that displays quantitative and qualitative song information.
This is a [Next.js](https://nextjs.org/) project bootstrapped using [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with Material UI installed.
## How to use
Download the example [or clone the repo](https://github.com/mui/material-ui):
```bash
curl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-ui-nextjs-ts
cd material-ui-nextjs-ts
```
Install it and run:
```bash
npm install
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
or:
[](https://stackblitz.com/github/mui/material-ui/tree/master/examples/material-ui-nextjs-ts)
[](https://codesandbox.io/p/sandbox/github/mui/material-ui/tree/master/examples/material-ui-nextjs-ts)
## Learn more
To learn more about this example:
- [Next.js documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Customizing Material UI](https://mui.com/material-ui/customization/how-to-customize/) - approaches to customizing Material UI.
## What's next?
You now have a working example project.
You can head back to the documentation and continue by browsing the [templates](https://mui.com/material-ui/getting-started/templates/) section.