KXLAA / front-end-cardio

Front-End cardio πŸ’ͺ is my catalogue of projects, challenges & experiments.

Home Page:https://frontendcardio.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WELCOME TO FRONTEND CARDIO πŸ’ͺ

Front End Cardio

Hi, thanks for stopping by! Front-End Cardio is a catalogue of projects, challenges & experiments. I decided to make a website that curates some of the best stuff I have built during my self-learning journey.

The tech stack I use is fairly consistent, so on this website, you would see projects built with the following technologies:

  • ⚑️ Next.js
  • βš›οΈ React
  • β›‘ TypeScript
  • πŸ€” JavaScript
  • πŸ‘€ GraphQL
  • βœ… HTML & SCSS
  • 🀝 Node J & Express
  • πŸ™Š Mongo DB

Im always learning new stuff, so this is bound to change. ✨

Development

To start the project locally, clone the repo & run:

yarn && yarn dev

Open http://localhost:3000 with your browser to see the result.

Scripts

  • yarn dev β€” Starts the application in development mode at http://localhost:3000.
  • yarn build β€” Creates an optimized production build of your application.
  • yarn start β€” Starts the application in production mode.
  • yarn type-check β€” Validate code using TypeScript compiler.
  • yarn lint β€” Runs ESLint for all files in the src directory.
  • yarn format β€” Runs Prettier for all files in the src directory.
  • yarn commit β€” Run commitizen. Alternative to git commit.

About

Front-End cardio πŸ’ͺ is my catalogue of projects, challenges & experiments.

https://frontendcardio.vercel.app/


Languages

Language:TypeScript 95.6%Language:Shell 3.1%Language:SCSS 0.9%Language:JavaScript 0.4%