Initial commit
Showing
.gitignore
0 → 100644
.storybook/main.js
0 → 100644
.storybook/preview.js
0 → 100644
README.md
0 → 100644
jsconfig.json
0 → 100644
next.config.mjs
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "blog", | |||
| "version": "0.1.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "next dev", | |||
| "build": "next build", | |||
| "start": "next start", | |||
| "lint": "next lint", | |||
| "storybook": "storybook dev -p 6006", | |||
| "build-storybook": "storybook build" | |||
| }, | |||
| "dependencies": { | |||
| "@react-icons/all-files": "^4.1.0", | |||
| "clsx": "^2.1.1", | |||
| "next": "15.3.4", | |||
| "prop-types": "^15.8.1", | |||
| "react": "^19.0.0", | |||
| "react-dom": "^19.0.0", | |||
| "react-icons": "^5.5.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@storybook/nextjs": "^9.0.13", | |||
| "storybook": "^9.0.13" | |||
| } | |||
| } |
public/file.svg
0 → 100644
public/globe.svg
0 → 100644
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
public/window.svg
0 → 100644
src/app/favicon.ico
0 → 100644
File added
src/app/globals.css
0 → 100644
src/app/layout.js
0 → 100644
src/app/page.js
0 → 100644
src/app/page.module.css
0 → 100644
src/components/form/button/Button.jsx
0 → 100644
src/components/form/button/Button.module.css
0 → 100644
src/components/form/search/Search.jsx
0 → 100644
src/components/form/search/Search.module.css
0 → 100644
src/components/layout/Card/Header.jsx
0 → 100644
src/components/layout/Card/Header.module.css
0 → 100644
src/components/top-level/Cards/Card.jsx
0 → 100644
Please
register
or
sign in
to comment