Original Repo :Original repo
This is a demonstration of unit testing with jest. (For learning purposes )
- Jest
- React Testing Library
Running tests using npm (Ofcource after setting up the project , Check installation guide below) :
npm test
Continuous Testing and deployment to Github pages using github actions
Action template used : https://github.com/marketplace/actions/vite-github-pages-deployer
Along with Basic actions Install node Checkout
This is a Spotify clone app built with React, Vite, TypeScript, and TailwindCSS. It is designed for learning purposes and aims to replicate the user interface of Spotify, including features such as playlists, responsive design, and a music player.
- User interface similar to Spotify
- Playlist functionality
- Responsive design
- Music player
- React
- Vite
- TypeScript
- TailwindCSS
To clone the repository and install the app using npm, follow these steps:
- Open your terminal.
- Navigate to the directory where you want to clone the repository.
- Run the following command to clone the repository:
git clone https://github.com/pablogarc/spotify-clone-reactjs-vite.git
- Change into the cloned directory:
cd spotify-clone
- Install the dependencies using npm:
npm install
- Start the development server:
npm run dev
Now you can access the Spotify Clone app in your browser at http://localhost:5173/
.