working on react
Showing
with
516 additions
and
0 deletions
react/.gitignore
0 → 100644
react/README.md
0 → 100644
react/eslint.config.mjs
0 → 100644
react/jsconfig.json
0 → 100644
react/next.config.mjs
0 → 100644
react/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
react/package.json
0 → 100644
| { | ||
| "name": "react", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "next dev --turbopack", | ||
| "build": "next build", | ||
| "start": "next start", | ||
| "lint": "next lint" | ||
| }, | ||
| "dependencies": { | ||
| "@fortawesome/fontawesome-svg-core": "^6.7.2", | ||
| "@fortawesome/free-brands-svg-icons": "^6.7.2", | ||
| "@fortawesome/free-regular-svg-icons": "^6.7.2", | ||
| "@fortawesome/free-solid-svg-icons": "^6.7.2", | ||
| "@fortawesome/react-fontawesome": "^0.2.2", | ||
| "next": "15.2.1", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@eslint/eslintrc": "^3", | ||
| "@tailwindcss/postcss": "^4", | ||
| "eslint": "^9", | ||
| "eslint-config-next": "15.2.1", | ||
| "tailwindcss": "^4" | ||
| } | ||
| } |
react/postcss.config.mjs
0 → 100644
react/public/file.svg
0 → 100644
react/public/globe.svg
0 → 100644
react/public/next.svg
0 → 100644
react/public/vercel.svg
0 → 100644
react/public/window.svg
0 → 100644
react/src/app/available/page.js
0 → 100644
react/src/app/components/avatar.js
0 → 100644
react/src/app/components/book.js
0 → 100644
react/src/app/components/booklist.js
0 → 100644
react/src/app/components/navbar.js
0 → 100644
react/src/app/components/sections.js
0 → 100644
react/src/app/favicon.ico
0 → 100644
No preview for this file type
react/src/app/globals.css
0 → 100644
react/src/app/layout.js
0 → 100644
react/src/app/loans/page.js
0 → 100644
react/src/app/owned/page.js
0 → 100644
react/src/app/page.js
0 → 100644
react/src/app/profile/edit/page.js
0 → 100644
Please
register
or
sign in
to comment