r3nanp / musicflix

🎡 A website to show music, based in the Netflix!

Home Page:https://musicflix.r3nanp.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A app to show music using Next

style: styled-components license mit r3nanp


Techologies used πŸ› 

  • Next.js
  • Typescript
  • Unform
  • axios
  • Yup
  • json-server
  • react-multi-carousel
  • styled-components
  • react-icons

How to run and contribute πŸ€”

# Clone repository

$ git clone https://github.com/r3nanp/musicflix.git
# Run this command at root of directory

$ yarn or npm run install

How to Fork the project πŸ’ͺ

# Create a new branch with your changes:

$ git checkout -b <branch>
# Save your changes and create a commit message telling you what you did:

$ git commit -m "<commit>"
# Submit your changes:

$ git push origin <branch>

Local settings

# To run the app in your machine:

$ yarn dev or npm run dev
# To build the app:

$ yarn build or npm run build
# Run server:

$ yarn server or npm run server

Screenshot


This project is a new version of Renanflix

Renanflix

About

🎡 A website to show music, based in the Netflix!

https://musicflix.r3nanp.vercel.app/

License:MIT License


Languages

Language:TypeScript 98.8%Language:JavaScript 1.2%