/NetaFlick_frontend

NetaFlick Frontend

Primary LanguageJavaScript

title

NetaFlicks is a web application that allows users to search for movies, and upvote or down vote desired movies.

Table of Contents

Getting Started

Prerequisites

  1. Install the NetaFlicks 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 y

Features

Look through movies that are popular and Search.

search

Upvote and Downvote movies.

votes

Tech Stack

  • React.js
  • Rails API
  • PostgreSQL
  • HTML/CSS

Tools

Go To Top