All Projects → saket2508 → explorify

saket2508 / explorify

Licence: other
A React app that uses Spotify's Web API to get your favorite tracks, artists, and recently played songs.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to explorify

MERN Stack Project Ecommerce Hayroo
E-commerce Website | Reactjs | Nodejs | Mongodb | Expressjs | JWT | Tailwind Css
Stars: ✭ 255 (+920%)
Mutual labels:  tailwindcss
hn
💻 A personal Hacker News reader using Next.js
Stars: ✭ 43 (+72%)
Mutual labels:  tailwindcss
tailwind
🧛🏻‍♂️ Dark theme for Tailwind
Stars: ✭ 25 (+0%)
Mutual labels:  tailwindcss
blog-page-example
Blog page built with Meraki UI components 🎧.
Stars: ✭ 24 (-4%)
Mutual labels:  tailwindcss
react-tailwind
This is a complementary React code for the tailwindcss project.
Stars: ✭ 29 (+16%)
Mutual labels:  tailwindcss
tailwind-colors
Tailwind CSS color configration tool
Stars: ✭ 111 (+344%)
Mutual labels:  tailwindcss
react-tailwind-food-app
A responsive landing page for food delivery app made with React & Tailwind CSS.
Stars: ✭ 32 (+28%)
Mutual labels:  tailwindcss
tailwind-cascade
Override TailwindCSS classes for component composition
Stars: ✭ 28 (+12%)
Mutual labels:  tailwindcss
addtobasic.github.io
CUI Portfolio like ubuntu terminal.
Stars: ✭ 18 (-28%)
Mutual labels:  tailwindcss
tailwindcss-variables
Easily create css variables without the need for a css file!
Stars: ✭ 47 (+88%)
Mutual labels:  tailwindcss
react-heroicons
Heroicons as React components
Stars: ✭ 39 (+56%)
Mutual labels:  tailwindcss
Batteries-Included-Next.js
A starting boilerplate for a TS Next.js project with batteries included. Tailwind CSS for styling, Jest and React Testing Library working with path aliases and node-mock-http for API route testing.
Stars: ✭ 35 (+40%)
Mutual labels:  tailwindcss
faeshare
MERN based social media web app made with the help of Next.js, Socket.io and TailwindCSS.
Stars: ✭ 37 (+48%)
Mutual labels:  tailwindcss
notes
Notas sobre JavaScript Full Stack
Stars: ✭ 70 (+180%)
Mutual labels:  tailwindcss
nuxt-tailwind-purgecss
A Nuxt.js example with Tailwind CSS v1.2 and Purgecss
Stars: ✭ 37 (+48%)
Mutual labels:  tailwindcss
react-tailwind-spotify-clone
Spotify clone with full functionality using React + Tailwind (Not finished)
Stars: ✭ 209 (+736%)
Mutual labels:  tailwindcss
laravel-simple-select
Laravel Simple Select inputs component for Blade and Livewire.
Stars: ✭ 59 (+136%)
Mutual labels:  tailwindcss
gatsby-starter-tailwind-seo-social
Gatsby starter project styled with Tailwind and configured for social sharing and SEO.
Stars: ✭ 14 (-44%)
Mutual labels:  tailwindcss
tailwindcss-custom-native
Tailwind CSS plugin that lets you write your configuration file with your own custom utilities as though they were native to the framework
Stars: ✭ 65 (+160%)
Mutual labels:  tailwindcss
jigsaw-blog-template
Starter template for a blog, using Jigsaw by Tighten
Stars: ✭ 75 (+200%)
Mutual labels:  tailwindcss

Explorify

Overview

  • A React app that uses Spotify's Web API to show you insights on your music preferences along with your favourite tracks, artists and recently played songs.

  • You can see which songs and artists you have listened to the most over the past month, six months, and year.

  • Here is the final production link of the app: Link

  • It has been built using Create-react-app, Tailwind CSS, Express, and Node.

Screenshots





Installation

  • Clone and install dependencies locally
    git clone https://github.com/saket2508/explorify.git
    cd explorify
    npm install
    cd server
    npm install
    cd..
    cd client
    npm install
  • Make sure you have installed Node in your system.
  • Create a Spotify Developers Account and after you've logged in, create a new application.
  • Give your application a name and set the redirect URI to localhost:3000
  • Then, save its credentials in a .env.local file inside the client directory.

Running Locally

  • You can start the application in dev mode by running the following command in your terminal.
    npm run dev
  • The server should run on port localhost:5000 while the client is served on localhost:3000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].