a1c2d9a508
doc: add Sidebar function
Leon Xu2022-09-03 13:07:24 -07:00
0d77db21fd
doc: add styles to RelatedCards stylesheet
Leon Xu2022-09-03 13:06:20 -07:00
76e7d3e588
doc & fix: renamed from styles.jsx into style.js
Leon Xu2022-09-03 13:05:59 -07:00
11c0d8ec7d
doc: add styles in Pagination stylesheet
Leon Xu2022-09-03 13:05:13 -07:00
f8069a2fbc
doc: add styles in MovieList stylesheet
Leon Xu2022-09-03 13:04:32 -07:00
f59649d811
doc: add styles in MovieInfo stylesheet
Leon Xu2022-09-03 13:04:05 -07:00
2a9f5fe56d
doc: add styles in Movie stylesheet
Leon Xu2022-09-03 13:03:41 -07:00
9083aff42e
doc: add styles in Action stylesheet
Leon Xu2022-09-03 13:03:09 -07:00
39bcb30710
doc: add styles in FeaturedMovies
Leon Xu2022-09-03 13:02:43 -07:00
c66081b6ca
doc & fix: rename from styles.jsx into style.js
Leon Xu2022-09-03 13:02:20 -07:00
001f1c4748
file: add images to both genres and images directory in assets directory
Leon Xu2022-09-03 12:58:53 -07:00
4f0598bbf6
doc: add Routes into the main app component
Leon Xu2022-09-03 12:57:47 -07:00
f186d7c8bc
doc: add Actors, Movies, MovieInfo, Profile, MovieList, Sidebar, MovieList, Movie, Pagination, RatedCards, and FeaturedMovie exports into the component's main component
Leon Xu2022-09-03 12:54:19 -07:00
3137c48e52
doc: create RatedCards function
Leon Xu2022-09-03 12:51:30 -07:00
9c3dd41df5
doc: create Profile function
Leon Xu2022-09-03 12:50:34 -07:00
3d95c500c5
file: remove styles stylesheet in profile directory
Leon Xu2022-09-03 12:50:02 -07:00
129688fb66
doc: create Pagination function
Leon Xu2022-09-03 12:49:24 -07:00
5dd492df40
doc: create FeatureMovie function
Leon Xu2022-09-03 12:48:33 -07:00
fa0c470554
file: create RatedCards component with its own stylesheet in RatedCards directory
Leon Xu2022-09-03 12:47:53 -07:00
8e5ccceed2
file: create Profile component with its own stylesheet in Profile directory
Leon Xu2022-09-03 12:47:39 -07:00
96f335d3fd
file: create Pagination component with its own stylesheet in Pagination directory
Leon Xu2022-09-03 12:47:18 -07:00
612797ef6b
file: create FeatureMovie component with its own stylesheet in FeaturedMovie directory
Leon Xu2022-09-03 12:46:52 -07:00
a534d66648
doc: create Actors function
Leon Xu2022-09-03 12:44:38 -07:00
51ca7a3783
file: create Actors component with its own stylesheet in Actors directory
Leon Xu2022-09-03 12:44:04 -07:00
e4f89b7895
doc: create Movie function
Leon Xu2022-09-03 12:43:05 -07:00
e68e1e74ce
file: create Movie component with its stylesheet in Movie directory
Leon Xu2022-09-03 12:42:49 -07:00
2fad796632
doc: create MovieInfo function
Leon Xu2022-09-03 12:40:49 -07:00
3ae38b61e4
file: create MoviesInfo and its stylesheet into the MovieInfo directory
Leon Xu2022-09-03 12:40:02 -07:00
9687230690
doc: create MovieList function
Leon Xu2022-09-03 12:38:53 -07:00
dbf3ee2897
file: create styles for MoveList component
Leon Xu2022-09-03 12:38:27 -07:00
b780f788b3
file: create MovieList component in MovieList directory
Leon Xu2022-09-03 12:37:44 -07:00
1afd40fae5
doc: create Movies function
Leon Xu2022-09-03 12:36:40 -07:00
0f6d36f777
file: create Movies component in Movies directory
Leon Xu2022-09-03 12:36:11 -07:00
540c90e693
doc: import useAlan and use it within the App.jsx
Leon Xu2022-09-03 12:34:47 -07:00
2ca1a190e7
doc: move Alan from root directory into components directory
Leon Xu2022-09-03 12:33:40 -07:00
4f30c1d434
file: create Alan AI file
Leon Xu2022-09-03 12:32:37 -07:00
de55bfa2fa
doc: add configureStore function to store file
Leon Xu2022-09-03 12:23:36 -07:00
cdbccd35cf
doc: add Provider to render function and move the rest of the components into the Provider tag
Leon Xu2022-09-03 12:17:50 -07:00
5f737dc824
doc: import Provider from react-redux and store from store directory
Leon Xu2022-09-03 12:16:27 -07:00
ac35bb1c1b
doc: add genreOrCategory function
Leon Xu2022-09-03 12:14:49 -07:00
6320ee8578
doc: add initialState and authSlice in auth file
Leon Xu2022-09-03 12:14:12 -07:00
dc68b05303
file: add currentGenreOrCategory file in features directory
Leon Xu2022-09-03 12:13:32 -07:00
86720b1be4
file: add auth file into features directory
Leon Xu2022-09-03 12:13:04 -07:00
b7b256b56e
doc: add index file into utils directory
Leon Xu2022-09-03 12:12:17 -07:00
e7486cf0c9
doc: add tmdbApi function
Leon Xu2022-09-03 12:11:30 -07:00
fcb9344b3b
file: create services directory with TMDB api
Leon Xu2022-09-03 12:10:28 -07:00
f2dcbc88f4
file: create store file in app directory
Leon Xu2022-09-03 12:09:03 -07:00
1837dd18af
doc: add App function with styles and components
Leon Xu2022-09-03 12:08:02 -07:00
476d78b3b8
file: create Sidebar directory with Sidebar component and its stylesheet
Leon Xu2022-09-03 12:07:08 -07:00
6d672f76d8
doc: add navbar functions
Leon Xu2022-09-03 12:05:50 -07:00
4f9104e3a8
doc: add Search and Sidebar to component's main index file
Leon Xu2022-09-03 12:03:13 -07:00
8a9e92ea5a
doc: add Navbar to component's main index file
Leon Xu2022-09-03 12:02:52 -07:00
8cadd72b18
doc: add ToogleColorMode from utils directory
Leon Xu2022-09-03 11:56:57 -07:00
ce47e04191
doc: add searchContainer and input styles into the stylesheet
Leon Xu2022-09-03 11:53:35 -07:00
c0345b9e85
file: create Search component in Search directory with its own stylesheet
Leon Xu2022-09-03 11:53:07 -07:00
ee858f8aa4
doc: add styles into styles.js
Leon Xu2022-09-03 11:42:46 -07:00
9c11425609
file: add ToggleColorMode component into utils directory
Leon Xu2022-09-03 11:38:37 -07:00
79f313d4a8
file: create styles.js in Navbar directory
Leon Xu2022-09-03 11:29:25 -07:00
281b48d60a
file: create index.js file in the components directory that contains all the export from the components directory
Leon Xu2022-09-03 11:24:04 -07:00
9b8e92cf23
file: move styles.js from src directory into components directory
Leon Xu2022-09-03 11:20:34 -07:00
f4674b516d
file: create index.css with different styles
Leon Xu2022-09-03 11:19:54 -07:00
32090e4a61
file: remove App.css and index.css
Leon Xu2022-09-03 11:18:29 -07:00
e7a6717c47
file: create styles.js and add @mui/styles within makeStyles
Leon Xu2022-09-03 11:16:52 -07:00
385b3b0e92
file: create components directory and add app.jsx into the directory
Leon Xu2022-09-03 11:14:14 -07:00
40b3cf49f5
doc: add BrowserRouter to main index file
Leon Xu2022-09-03 11:13:49 -07:00
6cea768210
doc: add additional packages from the default React application
Leon Xu2022-09-03 11:09:45 -07:00
360536536b
doc: add roboto fonts from Google Fonts into index.html
Leon Xu2022-09-03 11:05:51 -07:00
be1ca14109
file: create initialize React application
Leon Xu2022-09-03 11:03:10 -07:00