Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
213fc35
Update README.md
AlifNaufaldo Oct 28, 2024
a637bc2
feat: setup client side
AlifNaufaldo Oct 29, 2024
821c929
feat: testing api and card
AlifNaufaldo Oct 29, 2024
fe086ad
feat: added ERD concept
AlifNaufaldo Oct 29, 2024
12b6ccc
feat: migrate, model and seeding
AlifNaufaldo Oct 29, 2024
540f497
feat: errorHandler
AlifNaufaldo Oct 29, 2024
442ffde
feat: userRoute
AlifNaufaldo Oct 29, 2024
c7c87e8
Feat: user controller
AlifNaufaldo Oct 29, 2024
02904e5
Feat: User test and authentication
AlifNaufaldo Oct 29, 2024
39badb6
feat: added some test case
AlifNaufaldo Oct 30, 2024
48a67d5
Merge pull request #1 from AlifNaufaldo/Dev
AlifNaufaldo Oct 30, 2024
18e4690
feat: fix error
AlifNaufaldo Oct 30, 2024
f8d322c
Merge pull request #2 from AlifNaufaldo/Dev
AlifNaufaldo Oct 30, 2024
b8db2ca
feat: added registerPage
AlifNaufaldo Oct 30, 2024
057db72
feat: added Google Login
AlifNaufaldo Oct 31, 2024
182706d
feat: change google login button style
AlifNaufaldo Oct 31, 2024
f4d1447
Merge pull request #3 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
15889a5
Update Google Login
AlifNaufaldo Oct 31, 2024
d6fab86
Merge pull request #4 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
507f9fb
fixed login error
AlifNaufaldo Oct 31, 2024
19d7f04
Merge pull request #5 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
c5962fe
fixed error
AlifNaufaldo Oct 31, 2024
fffd677
Merge pull request #6 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
dd20864
fixed error
AlifNaufaldo Oct 31, 2024
dec955a
Merge pull request #7 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
d56d43d
fix error
AlifNaufaldo Oct 31, 2024
9c6daad
fix error
AlifNaufaldo Oct 31, 2024
1cd470a
Merge pull request #8 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
4bed879
feat: update commentController
AlifNaufaldo Oct 31, 2024
ec60388
Merge pull request #9 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
34ee0f6
fix error
AlifNaufaldo Oct 31, 2024
9ae4067
Merge pull request #10 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
778b3ec
fix error
AlifNaufaldo Oct 31, 2024
f267ca8
Merge pull request #11 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
ef1fc98
feat: fix error
AlifNaufaldo Oct 31, 2024
21b00cc
Merge pull request #12 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
5ffcb8a
feat: fix error
AlifNaufaldo Oct 31, 2024
5975cce
fix error
AlifNaufaldo Oct 31, 2024
6b9e7e1
Merge pull request #13 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
0dad3a5
feat: updated
AlifNaufaldo Oct 31, 2024
608312d
Merge pull request #14 from AlifNaufaldo/Dev
AlifNaufaldo Oct 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# IP-RMT54
# IP-RMT54 IProject Alif
4 changes: 4 additions & 0 deletions iProject/.firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
index.html,1730398732755,13b37ad36133a22dc96100cd1848119211e65c452db77acac8942d01b8b6b8cb
assets/index-vguhRQbj.css,1730398732755,625638d362480805ccd1ed4dcc18fc7328a36b822091ab6f5f68a9a75d81fbab
assets/index-D64k8e7n.js,1730398732755,c0b7dc83c1753d48004a24b50e01a991e654000b34ce468b84fd48242048f993
vite.svg,1730287711202,699a02e0e68a579f687d364bbbe7633161244f35af068220aee37b1b33dfb3c7
5 changes: 5 additions & 0 deletions iProject/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "p2-iproject-20ead"
}
}
24 changes: 24 additions & 0 deletions iProject/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
8 changes: 8 additions & 0 deletions iProject/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
38 changes: 38 additions & 0 deletions iProject/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
import js from '@eslint/js'
import globals from 'globals'
import react from 'eslint-plugin-react'
import reactHooks from 'eslint-plugin-react-hooks'
import reactRefresh from 'eslint-plugin-react-refresh'

export default [
{ ignores: ['dist'] },
{
files: ['**/*.{js,jsx}'],
languageOptions: {
ecmaVersion: 2020,
globals: globals.browser,
parserOptions: {
ecmaVersion: 'latest',
ecmaFeatures: { jsx: true },
sourceType: 'module',
},
},
settings: { react: { version: '18.3' } },
plugins: {
react,
'react-hooks': reactHooks,
'react-refresh': reactRefresh,
},
rules: {
...js.configs.recommended.rules,
...react.configs.recommended.rules,
...react.configs['jsx-runtime'].rules,
...reactHooks.configs.recommended.rules,
'react/jsx-no-target-blank': 'off',
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
},
]
16 changes: 16 additions & 0 deletions iProject/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
27 changes: 27 additions & 0 deletions iProject/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nonton Anime Terus?</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://accounts.google.com/gsi/client" async></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</body>
</html>
Loading