Crochet Stitch Counter is an application I built to help me keep track of the stitches and rows I completed while working on one of my countless crochet projects. I wanted to bridge my passion for app development and my love for crochet by creating this app!
This website is built with TypeScript, React, JavaScript, HTML, and CSS. I am also using ESLint to detect any issues in the code as well as Prettier and EditorConfig to ensure my code is properly formatted.
For development of this application it is recommended that the GitHub CLI tool is used for working with the repository and Visual Studio Code is used for code editing.
The first step is to clone this repository to your computer using GitHub CLI:
mkdir -p ~/Developer
cd ~/Developer
gh repo clone Paryssatis/crochet-stitch-trackerInstall package dependencies:
pnpm installOpen the code in Visual Studio code:
code .Run the development server from the command line:
pnpm devStart Developing!