WeMix is an app that enables users to build their own music video library. Built with React, Redux, JavaScript, and CSS.
This was originally part of a two-month long project built during my fifth module at Flatiron School. Project goals included building a Rails API (WeMix API here) and a React/Redux front end.
Originally I wanted to build an application that allowed users to both create their own and group video libraries (the latter, the reason for the "we" in WeMix). I started this process by using the create-react-app
boilerplate, then adding react-router-4.0
and redux
.
One of the main challenges was authentication, which I solved through research and video tutorials. You can find more about my process here.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Sever:
npm start
To Visit App:
localhost:3000
Bug reports and pull requests are welcome on GitHub at https://github.com/kkterai/we-mix-app. This project is intended to be a safe, welcoming space for collaboration and contributors are expected to adhere to the Contributor Covenant code of conduct.
This app is available as open source under the terms of the MIT License.
MIT © Kenlyn Terai 2020