Skip to content

PeaWarrior/flix-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLIX

FLIX is a movie database query that allows users to like and dislike films.

Live website here.

Watch the demo here.

Table of Contents

Getting Started

Prerequisites

  1. Install the FLIX Rails Backend API

  2. Install Node.js and npm

    $ brew install node

Starting the Frontend

  1. Clone this repository and cd into the directory

  2. Install all dependencies

    $ npm install
  3. Start the Frontend server

    $ npm start
  4. The server will be running on port 3000. Access it in your browser at http://localhost:3000.

Features

Look through movies that are popular and now playing.

homepage

Search through millions of movies.

search

Like and dislike movies.

like

Tech Stack

  • React.js
  • Rails API
  • PostgreSQL
  • styled-components
  • HTML/CSS

Tools

License

FLIX is released under the MIT License.

About

FLIX is a movie database query that allows users to like and dislike films.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors