WELCOME TO FRONTEND 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 athttp://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 thesrc
directory.yarn format
— Runs Prettier for all files in thesrc
directory.yarn commit
— Run commitizen. Alternative togit commit
.