Git Product home page Git Product logo

lemusica's Introduction

LeMusica

##### PROJECT OVERVIEW 
 
  Music application that you can upload, manage and listen to music without interruption.  I use TailwindCSS to help me with designing a beautiful modern application. It's the new kid on the block that's being embraced by the front-end dev community.


##### FORM VALIDATION 

  Perform form validation to prevent invalid data from being submitted, enforce rules for various scenarios.


##### AUTHENTICATION AND REGISTRATION 
  
  Users will be able to login immediately after registering for an account. I'am using Firebase as a backend solution for managing and verifying users.


##### ROUTING 

  Handling routing with the Vue Router library. Underneath, the router library is using the history API to handle navigation. It allows us to switch between pages without refreshing the assets.


##### UPLOADING FILES

  Uploading files to Firebase Storage, I validate files with Firebase so users don't accidentally download a malicious file when listening to music.


##### PLAYING MUSIC

  Functional audio player with features such as playing/pausing, scrubbing and displaying the current duration. Also allowing users to submit comments, browse music and sort data.


##### INTERNATIONALIZATION

  Internationalization the project for translating the whole site to multiple languages.


##### PWA

  The web has shifted to a mobile-first approach. I added PWA (Progressive Web App) features to make our app mobile-friendly by using Workbox to cache files and persist data with Firebase.


##### TESTING
  
  Test the project with Jest. Unit testing allows us to test a feature in isolation. It's the most common type of test you'll write. There are a few problems with testing that can be resolved with mocking. By mocking code, we'll be able to isolate features and test them.


Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

lemusica's People

Contributors

robertgjo28 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.