A coding challenge platform built with React and TypeScript.
- Interactive coding challenges
- Real-time code compilation
- Progressive difficulty levels
- Hint system for guidance
- Multiple coding realms/themes
- Clone the repository
- Install dependencies:
npm install
- Start development server:
npm start
src/components/
- React componentssrc/contexts/
- React contextssrc/hooks/
- Custom React hookssrc/pages/
- Page componentssrc/utils/
- Utility functionssrc/data/
- Challenge data
- React
- TypeScript
- React Context API
- CodeMirror (Editor)
- Webpack
- Jest (Testing)