Skip to content

Commit

Permalink
bugfix, docs : minor bugfix(#75), modified readme(#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
2ood committed Mar 28, 2023
1 parent 41a70e4 commit 1c2b882
Show file tree
Hide file tree
Showing 102 changed files with 23 additions and 15 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,17 @@ Friend mentor is a lecture provider platform where lectures recorded by students

[4. Project Architecture](#4)

    [4.1) Flowchart](#4-1)
    [4.1) Project structure](#4-1)

    [4.2) Techs Used](#4-2)

    [4.3) Dependencies](#4-3)


[5. Contributors](#5)



<a name="1"></a>
# 1. Backgrounds

Expand Down Expand Up @@ -138,6 +142,9 @@ npm build
<a name="4-2"></a>
## 4.2) Techs Used

<a name="4-3"></a>
## 4.3) Dependancies


<a name="5"></a>
# 5. Contributors
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/package.json → friends-mentor/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "frontend",
"name": "friends-mentor",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
Binary file added friends-mentor/public/android-chrome-192x192.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 friends-mentor/public/android-chrome-512x512.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 friends-mentor/public/favicon-16x16.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 friends-mentor/public/favicon-32x32.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 friends-mentor/public/favicon.ico
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Friends Mentor</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function GradeSelect(props){
var six = "🖼️6th grade";
var seven = "📙7th grade";
var eight = "📙8th grade";
var nine = "📚9th grade";
var nine = "📙9th grade";
var ten = "📚10th grade";
var eleven = "📚11th grade";
var twelve = "📚12th grade";
Expand All @@ -20,7 +20,7 @@ function GradeSelect(props){
six = "🖼️6th grade";
seven = "📙7th grade";
eight = "📙8th grade";
nine = "📚9th grade";
nine = "📙9th grade";
ten = "📚10th grade";
eleven = "📚11th grade";
twelve = "📚12th grade";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import ModularRequest from "util/ModularRequest";
import {toast } from 'react-toastify';
import { useAtom } from "jotai";
import { LanguageChangeAtom } from "util/atom";
import { FE_PATH } from "util/Enums";


function LectureUploadPage(){
Expand Down Expand Up @@ -57,6 +58,7 @@ function LectureUploadPage(){
m1.send().then((res)=>{
if(res.status=== 200) {
notify("successfully added a lecture!");
setTimeout(()=>{navigate(FE_PATH.course.list);},2000);
} else {
notify("there was an error in adding lecture!");
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@ function SignUpPage() {
paddingBottom: '7px', }}>

<option selected default value="" disabled > {Enteryourgrade}</option>
<option value="1">🖼️4th grade(초4)</option>
<option value="2">🖼️5th grade(초5)</option>
<option value="3">🖼️6th grade(초6)</option>
<option value="4">📙7th grade(중1)</option>
<option value="5">📙8th grade(중2)</option>
<option value="6">📚9th grade(중3)</option>
<option value="7">📚10th grade(고1)</option>
<option value="8">📚11th grade(고2)</option>
<option value="9">📚12th grade(고3)</option>
<option value="4">🖼️4th grade(초4)</option>
<option value="5">🖼️5th grade(초5)</option>
<option value="6">🖼️6th grade(초6)</option>
<option value="7">📙7th grade(중1)</option>
<option value="8">📙8th grade(중2)</option>
<option value="9">📚9th grade(중3)</option>
<option value="10">📚10th grade(고1)</option>
<option value="11">📚11th grade(고2)</option>
<option value="12">📚12th grade(고3)</option>
</select>
<HorizonLine/>
</div>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed frontend/public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion frontend/src/logo.svg

This file was deleted.

0 comments on commit 1c2b882

Please sign in to comment.