GithubHelp home page GithubHelp logo

viren-rathod / exam-portal-frontend Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.94 MB

Angular-based exam portal front-end with admin and student dashboards, login and authentication, CRUD operations, and interactive UI.

TypeScript 58.38% HTML 32.84% CSS 8.78%
admin-dashboard angular exam exam-portal

exam-portal-frontend's Introduction

Exam Portal Front-End

This is the front-end application for an exam portal built using Angular and Bootstrap. It provides a user interface for managing exams, questions, and student results.

Features

  • Login and authentication system.
  • Admin dashboard for managing exams, questions, and students.
  • Student dashboard for taking exams and viewing results.
  • CRUD operations for exams and questions.
  • Interactive user interfaces using Bootstrap components.

Prerequisites

  • Node.js (v18.16.0 or higher)
  • Angular CLI (v16.1.0 or higher)

Installation

  1. Clone the repository:
git clone https://github.com/viren-rathod/exam-portal-frontend.git
cd exam-portal-frontend
  1. Install the dependencies:
npm install

Configuration

  1. Open the src/environments/environment.ts file and update the API endpoint URL:
export const environment = {
  production: false,
  apiUrl: 'http://127.0.0.1:8080/api' 
};
  1. If necessary, update other configuration parameters in the environment.ts file.

Development Server

To run the development server, use the following command:

ng serve

The application will be served at http://localhost:4200/.

Build

To build the application for production, use the following command:

ng build --prod

The build artifacts will be stored in the dist/ directory.

Deployment

Deploy the generated dist/ directory to your web server or hosting platform of choice.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgements

Contact

For any questions or inquiries, please contact [email protected].


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.