20.01.23 - 15.02.23
Capstone Project for neueFische Web Development Bootcamp
- Next.js
- mongoose
- MongoDB Atlas
- jotai - Global State Handling
- SWR - React Hooks for Data Fetching
- NextAuth.js
- Spotify Web Playback SDK
- Spotify Web API
- styled components
- mdn web docs
- dreimetadaten API credits to YourMJK
- material design icons
- Adobe Color
- Question mark icon by icons8
This project was created from the neue fische next template.
To run project commands locally, you need to install the dependencies using npm i first.
You can then use the following commands:
npm run devto start the development servernpm run buildto create a production buildnpm run startto start the production buildnpm run testto run the tests in watch mode (if available)
💡 This project requires a bundler. You can use
npm run devto start the development server. You can then view the project in the browser athttp://localhost:3000. The Live Preview Extension for Visual Studio Code will not work for this project.
