Browser-Based IDE simulating high pressure coding environments
AlgoKing is a browser based IDE with time constraints and technical checking to simulate high pressure coding environments.
- React Hooks
- Material UI
- Codemirror
- Node.js
- MongoDB
- Clone the repo
git clone https://github.com/Algo-King/AlgoKing.git
- Install NPM packages
npm install
- Start the Project (Currently in development)
npm run dev
Contributions are welcome!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request