Skip to content

vinkabuki/movies-clash

Repository files navigation

Movies Clash

LIVE: https://vinkabuki.github.io/movies-clash/

Simple tinderalike app for matching you with movies you would love.

About this README

I've tried to make this readme as short and concise as possible, trying not to duplicate create-react-app bootstrap readme. I suggest you to check these resources

Getting Started

Quick start

For those who are familiar with development:

git clone https://github.com/vinkabuki/movies-clash.git
cd movies-clash
yarn install
yarn start

Prerequisities

The only mandatory thing you must have installed on your local machine is node package manager. At this moment the two most popular are.

  • Yarn (In this readme I'll be using yarn commands, but feel free to use npm equivalents if you wish)
  • NPM

Second, optional, but highly recommended thing is a git version control system

Installing

First you must download this repository to your local machine, either using git (recommended)

git clone https://github.com/vinkabuki/movies-clash.git

or as a ZIP package.

Next, make sure that you're in project directory and install dependencies by running this command

yarn install

or if you using npm

npm install

Running

The app is ready, just run this command and enjoy!

yarn start

Running app in Docker

You can also run the app in docker by using this command (you must have docker and docker-compose installed on your machine)

docker-compose up

Testing

App has only very basic tests, but was thoroughly manually tested. You can run them by running this command:

yarn test

Built with

Beside being bootstrapped with Create React App, this app uses following dependencies:

Dependencies

Dev dependencies

Contributing

Feel free to contribute to this project.

Versioning

This app uses git versioning system

Authors

License

This project is licensed under the MIT License.

Learn More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published