Skip to content

marcus-koch-fs-dev/CodeCraftChallenge

Repository files navigation

🚀 CodeCraft Challenge

This project contains a series of challenges aimed at improving coding skills using modern frontend technologies.


📦 Installation and Execution

To install and run the project locally, follow these steps:

git clone https://github.com/marcus-koch-fs-dev/CodeCraftChallenge.git
cd CodeCraftChallenge
npm install
npm run dev

▶️ Available Commands

Command Description
npm run dev Starts the development environment
npm run build Builds the optimized production build
npm run lint Executes ESLint for code checking
npm run preview Starts a preview of the production build
npm run test Runs the test suite
npm run coverage Generates test coverage reports

🧭 Project Structure (optional)

.
├── public/           # Static files
├── src/              # Source code
│   ├── challenges/   # Individual coding challenges
│   ├── components/   # Reusable components
│   ├── hooks/        # Custom React hooks
│   ├── utils/        # Helper functions
│   ├── __tests__/    # Test cases for challenges
│   └── main.tsx      # Entry point
├── package.json      # Dependencies & scripts
├── vite.config.ts    # Build tool config
└── README.md

🛠 Tech Stack

  • Vite ⚡
  • React ⚛️
  • TypeScript 📘
  • ESLint & Prettier 🧹
  • Vitest / Testing Library 🧪

📄 License

MIT – free to use and extend.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors