Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishitbaria committed Sep 16, 2023
1 parent e90fcf9 commit c51511a
Show file tree
Hide file tree
Showing 30 changed files with 1,563 additions and 20 deletions.
1,159 changes: 1,140 additions & 19 deletions client/package-lock.json

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,28 @@
"preview": "vite preview"
},
"dependencies": {
"concurrently": "^8.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-rating-stars-component": "^2.2.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.16.0",
"react-type-animation": "^3.1.0",
"swiper": "^10.2.0",
"web-vitals": "^3.4.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
}
}
6 changes: 6 additions & 0 deletions client/postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions client/src/assets/Images/assets/Images/Compare_with_others.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions client/src/assets/Images/assets/Images/Know_your_progress.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions client/src/assets/Images/assets/Images/Plan_your_lessons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added client/src/assets/Images/assets/Images/banner.mp4
Binary file not shown.
71 changes: 71 additions & 0 deletions client/src/assets/Images/assets/Images/bghome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/assets/Images/assets/Images/frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added client/src/assets/Images/assets/Images/login.webp
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions client/src/assets/Images/assets/TimeLineLogo/Logo1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions client/src/assets/Images/assets/TimeLineLogo/Logo2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions client/src/assets/Images/assets/TimeLineLogo/Logo3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions client/src/assets/Images/assets/TimeLineLogo/Logo4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
139 changes: 139 additions & 0 deletions client/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
/**
* @format
* @type {import('tailwindcss').Config}
*/

module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
theme: {
fontFamily: {
inter: ["Inter", "sans-serif"],
"edu-sa": ["Edu SA Beginner", "cursive"],
mono: ["Roboto Mono", "monospace"],
},
colors: {
white: "#fff",
black: "#000",
transparent: "#ffffff00",
richblack: {
5: "#F1F2FF",
25: "#DBDDEA",
50: "#C5C7D4",
100: "#AFB2BF",
200: "#999DAA",
300: "#838894",
400: "#6E727F",
500: "#585D69",
600: "#424854",
700: "#2C333F",
800: "#161D29",
900: "#000814",
},
richblue: {
5: "#ECF5FF",
25: "#C6D6E1",
50: "#A0B7C3",
100: "#7A98A6",
200: "#537988",
300: "#2D5A6A",
400: "#073B4C",
500: "#063544",
600: "#042E3B",
700: "#032833",
800: "#01212A",
900: "#001B22",
},
blue: {
5: "#EAF5FF",
25: "#B4DAEC",
50: "#7EC0D9",
100: "#47A5C5",
200: "#118AB2",
300: "#0F7A9D",
400: "#0C6A87",
500: "#0A5A72",
600: "#074B5D",
700: "#053B48",
800: "#022B32",
900: "#001B1D",
},
caribbeangreen: {
5: "#C1FFFD",
25: "#83F1DE",
50: "#44E4BF",
100: "#06D6A0",
200: "#05BF8E",
300: "#05A77B",
400: "#049069",
500: "#037957",
600: "#026144",
700: "#014A32",
800: "#01321F",
900: "#001B0D",
},
brown: {
5: "#FFF4C4",
25: "#FFE395",
50: "#FFD166",
100: "#E7BC5B",
200: "#CFA64F",
300: "#B89144",
400: "#A07C39",
500: "#88662D",
600: "#705122",
700: "#593C17",
800: "#41260B",
900: "#291100",
},
pink: {
5: "#FFF1F1",
25: "#FBC7D1",
50: "#F79CB0",
100: "#F37290",
200: "#EF476F",
300: "#D43D63",
400: "#BA3356",
500: "#9F294A",
600: "#841E3E",
700: "#691432",
800: "#4F0A25",
900: "#340019",
},
yellow: {
5: "#FFF970",
25: "#FFE83D",
50: "#FFD60A",
100: "#E7C009",
200: "#CFAB08",
300: "#B69507",
400: "#9E8006",
500: "#866A04",
600: "#6E5503",
700: "#553F02",
800: "#3D2A01",
900: "#251400",
},
"pure-greys": {
5: "#F9F9F9",
25: "#E2E2E2",
50: "#CCCCCC",
100: "#B5B5B5",
200: "#9E9E9E",
300: "#888888",
400: "#717171",
500: "#5B5B5B",
600: "#444444",
700: "#2D2D2D",
800: "#171717",
900: "#141414",
},
},
extend: {
maxWidth: {
maxContent: "1260px",
maxContentTab: "650px",
},
},
},
plugins: [],
};

1 comment on commit c51511a

@vercel
Copy link

@vercel vercel bot commented on c51511a Sep 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

study-flix – ./client

study-flix-git-main-nishitbaria.vercel.app
study-flix-rho.vercel.app
study-flix-nishitbaria.vercel.app

Please sign in to comment.