lacolegiala / movie-app

1 stars 0 forks source link

Movie app

Link to production

Description

A movie app where users can browse movies and logged in users can make lists of them. Uses The Movie Database Api (https://www.themoviedb.org/) as backend. Note that login happens in TMDB's page.

Technologies used

Screenshots

Frontpage

Frontpage)

Movie info page

Movie view

Search result view

Search results)

Main task Date Hours Total
Planning 26.1 4 4
Planning 27.1 6 10
Making the base of the frontpage 29.1 8 18
Base of the movie info page 1.2 6.5 24.5
Search 4.2 6.5 31
Login 5.2 6.5 37.5
Modify login 9.2 3 40.5
Add a user list component 10.2 5.5 46
Add lists and movies to them 11.2 6.5 52.5
Add logout and fix stuff 12.2 4.5 57
List genres in frontpage 16.2 0.5 57.5
List movies by genre 17.2 3 60.5
Refine appearance 18.2 6 66.5
Refine appearance 19.2 8 74.5
Refine appearance 23.2 3.5 78
Display search results as grid 24.2 4.5 82.5
Add more info to individual view 25.2 2 84.5
Add movie info, refine appearance 26.2 5.5 90
Minor ui tweaks 2.3 1.5 91.5
Ui tweaks & fixes 3.3 7 98.5
Refactoring, change frontpage view 4.3 6 104.5
UI enhancement 5.3 5 109.5
UI enhancement 9.3 2.5 112
UI enhancement, load more button 10.3 2.5 114.5
Styling, logic & UI tweaks 11.3 6.5 121
Movie info view styling 14.3 2.5 123.5
Styling 23.3 1.5 125
Styling & refactoring 30.3 4 129
Cast images styling 31.3 2 131
Style imporovements 1.4 0.5 131.5
Style imporovements 8.4 0.5 132
Actor list style imporovements 16.4 4 136
Style fix 23.4 0.5 136.5
Actor page 2.5 0.5 137
Actor page improvement 3.5 0.5 137.5
Style improvements 17.5 0.5 138
Actor page improvements 18.5 2 140
Actor page improvements 31.5 0.5 140.5
Style improvements 1.6 0.5 141
Style improvements 7.9 6 147
Actor page improvements 31.10 1 148
Actor page improvements 1.11 5 153
Movie deletion from list feature 3.11 6 159
Better date formation 8.11 4 163
Refactor code 9.11 0.5 163.5
Sorting options & fixes 12.11 7.5 171
Fixes 13.11 1.5 172.5
Try to fix actor list 15.11 1 173.5
Sorting query parameters + fixes 16.11 6 179.5

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.