Commit Graph
75 Commits
Author SHA1 Message Date
dependabot[bot] 3f48d28ea0 build(deps): bump json5 from 1.0.1 to 1.0.2
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 05:45:31 +00:00
Leon Xu 1444895248 Merge pull request #1 from LeonXu260/dev
Merge dev to main
2022-09-03 13:27:54 -07:00
Leon Xu 1e5fb8ab2e Merge branch 'dev' into 'main'
file: create index.js file in the components directory that contains all the...

See merge request leonxu260/filmpire!1
2022-09-03 20:22:12 +00:00
Leon Xu 2d6884389f file: create index.js file in the components directory that contains all the... 2022-09-03 20:22:11 +00:00
Leon Xu 4ec628321b doc: update Navbar component and Navbar function 2022-09-03 13:09:08 -07:00
Leon Xu a1c2d9a508 doc: add Sidebar function 2022-09-03 13:07:24 -07:00
Leon Xu 0d77db21fd doc: add styles to RelatedCards stylesheet 2022-09-03 13:06:20 -07:00
Leon Xu 76e7d3e588 doc & fix: renamed from styles.jsx into style.js 2022-09-03 13:05:59 -07:00
Leon Xu 11c0d8ec7d doc: add styles in Pagination stylesheet 2022-09-03 13:05:13 -07:00
Leon Xu f8069a2fbc doc: add styles in MovieList stylesheet 2022-09-03 13:04:32 -07:00
Leon Xu f59649d811 doc: add styles in MovieInfo stylesheet 2022-09-03 13:04:05 -07:00
Leon Xu 2a9f5fe56d doc: add styles in Movie stylesheet 2022-09-03 13:03:41 -07:00
Leon Xu 9083aff42e doc: add styles in Action stylesheet 2022-09-03 13:03:09 -07:00
Leon Xu 39bcb30710 doc: add styles in FeaturedMovies 2022-09-03 13:02:43 -07:00
Leon Xu c66081b6ca doc & fix: rename from styles.jsx into style.js 2022-09-03 13:02:20 -07:00
Leon Xu 001f1c4748 file: add images to both genres and images directory in assets directory 2022-09-03 12:58:53 -07:00
Leon Xu 4f0598bbf6 doc: add Routes into the main app component 2022-09-03 12:57:47 -07:00
Leon Xu f186d7c8bc doc: add Actors, Movies, MovieInfo, Profile, MovieList, Sidebar, MovieList, Movie, Pagination, RatedCards, and FeaturedMovie exports into the component's main component 2022-09-03 12:54:19 -07:00
Leon Xu 3137c48e52 doc: create RatedCards function 2022-09-03 12:51:30 -07:00
Leon Xu 9c3dd41df5 doc: create Profile function 2022-09-03 12:50:34 -07:00
Leon Xu 3d95c500c5 file: remove styles stylesheet in profile directory 2022-09-03 12:50:02 -07:00
Leon Xu 129688fb66 doc: create Pagination function 2022-09-03 12:49:24 -07:00
Leon Xu 5dd492df40 doc: create FeatureMovie function 2022-09-03 12:48:33 -07:00
Leon Xu fa0c470554 file: create RatedCards component with its own stylesheet in RatedCards directory 2022-09-03 12:47:53 -07:00
Leon Xu 8e5ccceed2 file: create Profile component with its own stylesheet in Profile directory 2022-09-03 12:47:39 -07:00
Leon Xu 96f335d3fd file: create Pagination component with its own stylesheet in Pagination directory 2022-09-03 12:47:18 -07:00
Leon Xu 612797ef6b file: create FeatureMovie component with its own stylesheet in FeaturedMovie directory 2022-09-03 12:46:52 -07:00
Leon Xu a534d66648 doc: create Actors function 2022-09-03 12:44:38 -07:00
Leon Xu 51ca7a3783 file: create Actors component with its own stylesheet in Actors directory 2022-09-03 12:44:04 -07:00
Leon Xu e4f89b7895 doc: create Movie function 2022-09-03 12:43:05 -07:00
Leon Xu e68e1e74ce file: create Movie component with its stylesheet in Movie directory 2022-09-03 12:42:49 -07:00
Leon Xu 2fad796632 doc: create MovieInfo function 2022-09-03 12:40:49 -07:00
Leon Xu 3ae38b61e4 file: create MoviesInfo and its stylesheet into the MovieInfo directory 2022-09-03 12:40:02 -07:00
Leon Xu 9687230690 doc: create MovieList function 2022-09-03 12:38:53 -07:00
Leon Xu dbf3ee2897 file: create styles for MoveList component 2022-09-03 12:38:27 -07:00
Leon Xu b780f788b3 file: create MovieList component in MovieList directory 2022-09-03 12:37:44 -07:00
Leon Xu 1afd40fae5 doc: create Movies function 2022-09-03 12:36:40 -07:00
Leon Xu 0f6d36f777 file: create Movies component in Movies directory 2022-09-03 12:36:11 -07:00
Leon Xu 540c90e693 doc: import useAlan and use it within the App.jsx 2022-09-03 12:34:47 -07:00
Leon Xu 2ca1a190e7 doc: move Alan from root directory into components directory 2022-09-03 12:33:40 -07:00
Leon Xu 4f30c1d434 file: create Alan AI file 2022-09-03 12:32:37 -07:00
Leon Xu de55bfa2fa doc: add configureStore function to store file 2022-09-03 12:23:36 -07:00
Leon Xu cdbccd35cf doc: add Provider to render function and move the rest of the components into the Provider tag 2022-09-03 12:17:50 -07:00
Leon Xu 5f737dc824 doc: import Provider from react-redux and store from store directory 2022-09-03 12:16:27 -07:00
Leon Xu ac35bb1c1b doc: add genreOrCategory function 2022-09-03 12:14:49 -07:00
Leon Xu 6320ee8578 doc: add initialState and authSlice in auth file 2022-09-03 12:14:12 -07:00
Leon Xu dc68b05303 file: add currentGenreOrCategory file in features directory 2022-09-03 12:13:32 -07:00
Leon Xu 86720b1be4 file: add auth file into features directory 2022-09-03 12:13:04 -07:00
Leon Xu b7b256b56e doc: add index file into utils directory 2022-09-03 12:12:17 -07:00
Leon Xu e7486cf0c9 doc: add tmdbApi function 2022-09-03 12:11:30 -07:00