Code Monkey home page Code Monkey logo

flixy-app's Introduction

Flixy

Create a watchlist and keep track of movies you have watched or movies you would like to watch in the future!

Used stack:

  • The Frontend was built on React, Babel, Webpack and SASS.
  • The Backend was built with Node,js, Express.js and DB with Sqlite. Plus extra packages to make this stack possible like Cors, Sqlite3 and more.

1.- Start the App:

  • Clone repository to your local.
  • run npm i.
  • Start the server by running in the terminal:"npm run start-server:dev".
  • Start the React App by running in the terminal:"npm run start:dev".
  • New tab will Open with localhost:8080/.

2.- Next steps:

- On the frontend:

  • Add test coverage to components.
  • Add Redux to manage states and data.
  • Add the possibility for the user to Navigate to routes with '?genre=horror' for Ex.
  • Add functional components instead of React classes, missing proptype validation and Pure components.
  • Improve responsive design and General styles improvement.
  • Handle async loading between pages and content request.
  • Allow user to Filter through a movie search and genres.
  • Store genre constants in a config file.

- On the Backend:

  • Separate DB queries from the routes file in to a query .js.
  • Refactor queries to allow the user creation.
  • Implement custom error handler.
  • Add fetch body to constants.

- Nice to haves in the future

  • Auth.
  • connect to Mvoie API to populate DB and search through movie titles. Would make querying easier. and keep a cleaner DB with no movie duplicates.

flixy-app's People

Contributors

wolfkay avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.