Commit Graph
39 Commits
Author SHA1 Message Date
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
Leon Xu d058d723b6 Update README.md 2022-09-03 17:57:30 +00:00
Leon Xu 1a3f8aa5d2 file: create README.md 2022-09-03 17:57:01 +00:00