https://github.com/ankitborude/coding-exam-app
A modern, responsive single-page application built with Angular for conducting coding assessments. This application provides an intuitive interface for users to take coding tests and get real-time feedback on their submissions.
https://github.com/ankitborude/coding-exam-app
angular bootstrap5 css javascript mean mean-stack typescript
Last synced: 2 months ago
JSON representation
A modern, responsive single-page application built with Angular for conducting coding assessments. This application provides an intuitive interface for users to take coding tests and get real-time feedback on their submissions.
- Host: GitHub
- URL: https://github.com/ankitborude/coding-exam-app
- Owner: AnkitBorude
- License: mit
- Created: 2024-04-22T15:43:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T07:19:53.000Z (over 1 year ago)
- Last Synced: 2025-01-25T01:26:24.298Z (over 1 year ago)
- Topics: angular, bootstrap5, css, javascript, mean, mean-stack, typescript
- Language: TypeScript
- Homepage:
- Size: 1.31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
๐ Coding Examination Platform Frontend
A modern, responsive single-page application built with Angular for conducting coding assessments. This application provides an intuitive interface for users to take coding tests and get real-time feedback on their submissions.
โจ Features
๐ฅ๏ธ Interactive Code Editor
โก Real-time Compilation
๐ Multiple Languages
๐ฑ Responsive Design
๐งช Test Case Visualization
๐ User Dashboard
๐ ๏ธ Tech Stack
Category
Technologies
Core Framework
Language
Styling
๐ง Installation
- Clone the repository
git clone https://github.com/AnkitBorude/Coding-Exam-App.git
cd Coding-Exam-App
- Install dependencies
npm install
- Start the development server
ng serve
- Access the application at
http://localhost:4200
๐ธ Screenshots
Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 5
Screenshot 6
Screenshot 7
Screenshot 8
Screenshot 9
Screenshot 10
๐ป Development Commands
Command
Description
ng serve
Start development server
ng build
Build the application
ng test
Run unit tests
ng lint
Run linting
๐ค Contributing
Fork the repository
- 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
๐ฅ Contact
Ankit Borude - ankitborude250@gmail.com
Project Link: https://github.com/AnkitBorude/Coding-Exam-App