initial commit
parents
Showing
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
app/about/about.module.css
0 → 100644
app/about/layout.js
0 → 100644
app/about/page.js
0 → 100644
app/about/team/page.js
0 → 100644
app/api/courses/data.json
0 → 100644
app/api/courses/route.js
0 → 100644
app/api/courses/search/route.js
0 → 100644
app/api/hello/route.js
0 → 100644
app/code/repos/[name]/[name].module.css
0 → 100644
app/code/repos/[name]/page.js
0 → 100644
app/code/repos/page.js
0 → 100644
app/code/repos/repos.module.css
0 → 100644
app/components/CourseSearch/page.js
0 → 100644
app/components/Courses/Courses.module.css
0 → 100644
app/components/Courses/page.js
0 → 100644
app/components/Header/Header.module.css
0 → 100644
app/components/Header/page.js
0 → 100644
app/components/Repos/Repos.module.css
0 → 100644
app/components/Repos/page.js
0 → 100644
app/components/ReposDir/ReposDir.module.css
0 → 100644
app/components/ReposDir/page.js
0 → 100644
app/favicon.ico
0 → 100644
File added
app/globals.css
0 → 100644
app/layout.js
0 → 100644
app/loading.js
0 → 100644
app/not-found.js
0 → 100644
app/page.js
0 → 100644
app/page.module.css
0 → 100644
jsconfig.json
0 → 100644
next.config.js
0 → 100644
package-lock.json
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": "simple-blog", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"next": "14.0.1", | ||
"react": "^18", | ||
"react-dom": "^18", | ||
"react-icons": "^4.11.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8", | ||
"eslint-config-next": "14.0.1" | ||
} | ||
} |
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
Please
register
or
sign in
to comment