A React application for managing coding topics and questions.
-
Install dependencies
npm install
-
Run development server
npm run dev
-
Open your browser
- Navigate to
http://localhost:5173
- Navigate to
npm run dev- Start development servernpm run build- Build for productionnpm run preview- Preview production buildnpm run lint- Run ESLint
- React 19
- Vite
- Material-UI
- Tailwind CSS
- Zustand (state management)
- Axios (HTTP client)