Skip to content

prabhuignoto/flixy

Repository files navigation

Flixy

GitHub repo size Depfu Codacy Badge CircleCI Azure pipelines Website

logo

About

Flixy is an open source attempt to bring delightful UX while discovering your favorite Movies & TV shows.The app is built from the ground up using some of the best in class tools (see Built with) and designed to scale and perform well.

🚀 The Frontend app is built with the latest version of React and the backend is powered by fastify and Apollo GraphQL.

Thanks to themoviedb.org, without which this project could not have been possible.

Getting Started

To start the Flixy Server, follow these steps:

cd ./server
yarn install && yarn dev

To start the Flixy Frontend, follow these steps:

cd ./ui
yarn install && yarn start

Flixy Home

If everything went smooth with the installation, you should see this

home_page_preview

Search with ease

Search for your favorite movies & tv shows with ease.

search

Smart layout system

The main layout grid is completely virtualized and has been designed to lazy load resources.

demo

Built with

Contributing to Flixy

To contribute to <project_name>, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

@prabhuignoto

Contact

📧 you can reach me at prabhu.m.murthy@gmail.com.

License

Distributed under the MIT License. See LICENSE for more information.