Skip to content

Cema2019/codedamn-challenge-30-days-of-react

Repository files navigation

🖥️ 30 Days of React Challenges – Solutions

This repository hosts solutions for the 30 Days of React challenges by Codedamn, built with TypeScript and MUI.

Live preview: https://codedamn-30-days-of-react.netlify.app/

What's inside

  • A Vite + React + TypeScript project.
  • One solution per challenge, organized in the src directory.
  • Styling via MUI and component-level styles.

Getting started

Install dependencies:

npm install

Start the development server:

npm run dev

Build for production:

npm run build

Preview the production build locally:

npm run preview

Project structure

.
├── public
├── src
│   ├── components
│   ├── routes
│   └── utils
├── index.html
├── package.json
└── vite.config.ts

Notes

  • The original-jsx-files directory contains starter or reference files from the challenge prompts.

Releases

No releases published

Packages

 
 
 

Contributors