Welcome to the React + Vite template! This setup provides a minimal yet powerful environment to get React working seamlessly with Vite, featuring Hot Module Replacement (HMR) and essential ESLint rules.
- Fast Refresh: Enjoy instant feedback with Vite's HMR. ⚡
- ESLint Integration: Maintain code quality with pre-configured ESLint rules. 🛠️
- Flexible Plugins: Choose between Babel and SWC for your development needs. 🔧
This app is a fun and interactive platform for generating and displaying coding problems. Whether you're a coding enthusiast looking to challenge yourself or a developer preparing for interviews, this app has got you covered! 🎉
- Generate Coding Problems: Use the
GenerateProblemFormcomponent to create new coding problems. 📝 - Display Problems: The
ProblemDisplaycomponent shows the problem description and requirements. 📋 - Theme Toggle: Switch between light and dark themes with the
ThemeTogglecomponent. 🌗
- React: A JavaScript library for building user interfaces. ⚛️
- Vite: A fast build tool and development server. 🚀
- Jest: A delightful JavaScript testing framework. 🃏
- React Testing Library: Simple and complete React DOM testing utilities. 🧪
- Tailwind CSS: A utility-first CSS framework for rapid UI development. 💨
- ESLint: A tool for identifying and fixing problems in JavaScript code. 🛠️
- PostCSS: A tool for transforming CSS with JavaScript plugins. 🎨
Note: This README is a work in progress. More detailed documentation and examples will be added soon. Stay tuned! �
Happy coding! 🎉🚀
Visit the site at https://codeproblems.michaelvarnell.com to see the app in action.