Skip to content

Commit

Permalink
Revert "Feature: build backend of User Authentication #11"
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiDiva96 authored May 30, 2024
1 parent f0f2f1b commit 336b1fa
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 1,739 deletions.
1,364 changes: 16 additions & 1,348 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,7 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.3",
"cors": "^2.8.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
Expand Down
137 changes: 0 additions & 137 deletions server.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import Timetable from './components/page4/timetable';
import Footer from "./pages/footer";
import Home from "./components/page1/Home";
import Notice from "./components/page2/notice";
import LoginSignup from './components/login/LoginSignup';

// import { ThemeProvider } from './components/ThemeContext';
// const ThemeContext = createContext();

Expand All @@ -26,11 +24,9 @@ function App() {
{/* <div className='app' id={theme}> */}
<Header/>
<Notice/>

{/* <Timetable /> */}
<Home />
<Footer/>

{/* </div> */}
{/* </ThemeContext.Provider> */}

Expand Down
120 changes: 0 additions & 120 deletions src/components/login/LoginSignup.css

This file was deleted.

Loading

0 comments on commit 336b1fa

Please sign in to comment.