Skip to Content
Made with πŸ–€ by @1chooo
Code Walkthrough

Code Walkthrough

1chooo.com  is a web application that allows users to showcase their projects, blogs and portfolios. In the GitHub repository β€” 1chooo.com , the codebase is organized into the mono-repo structure through Next.js Turbo. And we provide a high-level overview of the codebase and the architecture of the application. in this document.

The Overview of the File Structure

  • .gitignore
  • CONTRIBUTING.md
  • LICENSE
  • README.md
  • package-lock.json
  • package.json
  • turbo.json

apps/web

    • mdx-components.tsx
  • .gitignore
  • jest.config.ts
  • jest.setup.ts
  • next-env.d.ts
  • next.config.mjs
  • package.json
  • postcss.config.js
  • tailwind.config.js
  • tsconfig.config.js

Code Counter with Complexity Calculations by scc

Last updated: June, 30, 2025 in 984192c by @1chooo 

$ scc ─────────────────────────────────────────────────────────────────────────────── Language Files Lines Blanks Comments Code Complexity ─────────────────────────────────────────────────────────────────────────────── TypeScript 229 14828 1427 528 12873 1223 Markdown 36 4510 1080 0 3430 0 CSS 28 3656 579 167 2910 0 JSON 24 736 0 0 736 0 MDX 17 4000 924 0 3076 0 JavaScript 13 253 27 31 195 2 TypeScript Typings 9 215 16 55 144 4 License 4 460 103 0 357 0 YAML 2 19 0 4 15 0 SVG 1 8 0 0 8 0 ─────────────────────────────────────────────────────────────────────────────── Total 363 28685 4156 785 23744 1229 ─────────────────────────────────────────────────────────────────────────────── Estimated Cost to Develop (organic) $751,496 Estimated Schedule Effort (organic) 12.34 months Estimated People Required (organic) 5.41 ─────────────────────────────────────────────────────────────────────────────── Processed 908502 bytes, 0.909 megabytes (SI) ───────────────────────────────────────────────────────────────────────────────
Last updated on