https://github.com/namelessproj/spotifriend-frontend
The frontend of the SpotiFriend project.
https://github.com/namelessproj/spotifriend-frontend
axios react react-router-dom reactjs vite vitejs zustand
Last synced: 2 months ago
JSON representation
The frontend of the SpotiFriend project.
- Host: GitHub
- URL: https://github.com/namelessproj/spotifriend-frontend
- Owner: NamelessProj
- Created: 2025-01-02T13:01:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T08:36:07.000Z (over 1 year ago)
- Last Synced: 2025-02-23T02:44:06.063Z (over 1 year ago)
- Topics: axios, react, react-router-dom, reactjs, vite, vitejs, zustand
- Language: JavaScript
- Homepage: https://spoti-friend.vercel.app
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpotiFriend Frontend
This is the frontend for the SpotiFriend project. It is a React application that uses the [SpotiFriend backend](https://github.com/NamelessProj/SpotiFriend-backend).
## Installation
1. Clone the repository
2. Run `npm install` to install the dependencies
3. Run `npm start` to start the server or `npm run dev` to start the server in development mode
### Environment Variables
The following environment variables are required:
```env
VITE_API_URL=http://localhost:3000/api
```
The `VITE_API_URL` variable is the URL of the backend API.
You have to create a `.env` file in the root of the project to set this variable.