Coder Social home page Coder Social logo

kz3003 / jahir.dev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jahirfiquitiva/jahir.dev

0.0 0.0 0.0 27.23 MB

My personal website ๐Ÿ’Ž โ€“ Built using Next.js, TypeScript, MDX, contentlayer, Notion (soon) and emotion styled components

Home Page: https://jahir.dev

License: MIT License

JavaScript 3.66% TypeScript 80.69% CSS 4.89% HTML 10.62% Shell 0.13%

jahir.dev's Introduction

Stack

Project Structure

.
|____data
|____public
|____src
| |____styles
| |____components
| | |____atoms
| | |____elements
| | |____blocks
| | |____sections
| | |____mdx
| |____hooks
| |____providers
| |____pages
| | |____api
| | |____blog
| |____lib
| |____utils
| |____types
|____scripts
|____tailwind
  • data/* - MDX blog posts, inspiration items (generated)
  • public/* - Static assets including images, fonts, audios and files
  • src/styles/* - Some global styles. Built using tailwind classes
  • src/components/atoms/* - The simplest components. Most of them are stateless
  • src/components/elements/* - Slightly more complex components. Some use or extend atoms
  • src/components/blocks/* - The main blocks for the website: metatags, toolbar, footer and content
  • src/components/sections/* - The different sections or pages of my website. (They're here to keep src/pages/ as clean as possible)
  • src/components/mdx/* - Components built specifically for MDX content
  • src/hooks/* - A couple hooks used throughout the app
  • src/providers/* - Just a wrapper for accessing current theme
  • src/pages/api/* - API routes powering /dashboard, and a page to download github releases assets
  • src/pages/blog/* - Static pre-rendered blog pages using MDX
  • src/pages/* - All other static pages
  • src/lib/* - Short for "library", a collection of helpful utilities or code for external services
  • src/utils/* - Almost the same as lib just with code built to be used in components
  • src/tailwind/* - Setup for different tailwind components and classes

Project partially based on Lee Rob's website

Running Locally

git clone https://github.com/jahirfiquitiva/jahir.dev.git
cd jahir.dev
yarn

Create a .env file similar to .env.example.

yarn dev

Previous versions

All the previous versions of this website can be found at jahirfiquitiva/prev-websites

jahir.dev's People

Contributors

jahirfiquitiva avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.