Commit Graph
57 Commits
Author SHA1 Message Date
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
Leon Xu fcb9344b3b file: create services directory with TMDB api 2022-09-03 12:10:28 -07:00
Leon Xu f2dcbc88f4 file: create store file in app directory 2022-09-03 12:09:03 -07:00
Leon Xu 1837dd18af doc: add App function with styles and components 2022-09-03 12:08:02 -07:00
Leon Xu 476d78b3b8 file: create Sidebar directory with Sidebar component and its stylesheet 2022-09-03 12:07:08 -07:00
Leon Xu 6d672f76d8 doc: add navbar functions 2022-09-03 12:05:50 -07:00
Leon Xu 4f9104e3a8 doc: add Search and Sidebar to component's main index file 2022-09-03 12:03:13 -07:00
Leon Xu 8a9e92ea5a doc: add Navbar to component's main index file 2022-09-03 12:02:52 -07:00
Leon Xu 8cadd72b18 doc: add ToogleColorMode from utils directory 2022-09-03 11:56:57 -07:00
Leon Xu ce47e04191 doc: add searchContainer and input styles into the stylesheet 2022-09-03 11:53:35 -07:00
Leon Xu c0345b9e85 file: create Search component in Search directory with its own stylesheet 2022-09-03 11:53:07 -07:00
Leon Xu ee858f8aa4 doc: add styles into styles.js 2022-09-03 11:42:46 -07:00
Leon Xu 9c11425609 file: add ToggleColorMode component into utils directory 2022-09-03 11:38:37 -07:00
Leon Xu 79f313d4a8 file: create styles.js in Navbar directory 2022-09-03 11:29:25 -07:00
Leon Xu 281b48d60a file: create index.js file in the components directory that contains all the export from the components directory 2022-09-03 11:24:04 -07:00
Leon Xu 9b8e92cf23 file: move styles.js from src directory into components directory 2022-09-03 11:20:34 -07:00
Leon Xu f4674b516d file: create index.css with different styles 2022-09-03 11:19:54 -07:00
Leon Xu 32090e4a61 file: remove App.css and index.css 2022-09-03 11:18:29 -07:00
Leon Xu e7a6717c47 file: create styles.js and add @mui/styles within makeStyles 2022-09-03 11:16:52 -07:00
Leon Xu 385b3b0e92 file: create components directory and add app.jsx into the directory 2022-09-03 11:14:14 -07:00
Leon Xu 40b3cf49f5 doc: add BrowserRouter to main index file 2022-09-03 11:13:49 -07:00
Leon Xu 6cea768210 doc: add additional packages from the default React application 2022-09-03 11:09:45 -07:00
Leon Xu 360536536b doc: add roboto fonts from Google Fonts into index.html 2022-09-03 11:05:51 -07:00
Leon Xu be1ca14109 file: create initialize React application 2022-09-03 11:03:10 -07:00