Skip to content

MirzaChilman/toko-flix

Repository files navigation

Overview

This project is built using create-react-app. The project is an improvement of an app that has been built 2 years ago (see legacy code). The project originally idea inspired by netflix, in the original apps the user able to buy an movie that later will be stored to local storage. You can see it in action here

The version 2 of the apps has almost similar functionality but with better code and also change the core functionality from buying a movie to add favorite movies

How to run

In order to run you need to install nodejs, please follow this guide to install nodejs. After having nodejs the following are needed to run the project

for development purpose please do:

  1. Run npm install -g nodemon && npm install
  2. Run npm run dev

for non-development purpose please do:

  1. Run npm install
  2. Run npm start

Tutorial

This project contains a written tutorial that can be found in tutorial/ folders

License

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published