A web application for recommending movies.
Cinematrix is a web application for tracking movies you have watched as well as parts about them that you enjoyed. You can rate movies, favorite genres, actors, directors and so on.
The application will use this information to give recommendations for good movie candidates to choose from for your next film experience. We also offer the ability to filter through a database of movies in case the recommendations just aren't hitting right.
If you do not have Node.js installed, install it here:
Then, navigate to the project folder and install dependencies:
npm i
To run the application; run the (development) server:
npm run dev
Then open http://localhost:3000 with your browser to see the application.
- Next.js bootstrapped with
create-next-app
. - Typescript for the frontend and backend
- TailwindCSS to style the application
- Firebase to host the database for this application
next/font
to automatically optimize and load Inter, a custom Google Font.
The project is being created for the subject TDT4140 - Programvareutvikling as a group project.
- @annikasr
- @madsab
- @haraljst
- @lassedickhausen
- @Nikunne
- @sebasmu
- @sindyshan