A Spotify UI clone built with Next.js 14. This project is currently a work in progress. You can track the development progress and see what tasks are pending on the Trello board.
Make sure you have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/ArinzeJeffrey-droid/Spotify-UI.git cd spotify-ui-clone
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to view the application.
Storybook is used for developing and showcasing UI components. To view the component documentation:
- Run Storybook:
npm run storybook
- You will be automatically redirected to http://localhost:6006 to view the documentation.