An open API service indexing awesome lists of open source software.

https://github.com/aliwoto/examsphere-ui

User-friendly, easily self-hostable online exam platform for everyone! (UI repository)
https://github.com/aliwoto/examsphere-ui

exams online-exams react studying typescript

Last synced: 17 days ago
JSON representation

User-friendly, easily self-hostable online exam platform for everyone! (UI repository)

Awesome Lists containing this project

README

        

# ExamSphere - A platform for user-friendly online exams

> This is the UI repository, for backend repository, please visit [ExamSphere-Backend](https://github.com/ALiwoto/ExamSphere).

## Table of Contents

- [About](#about)
- [Getting Started](#getting_started)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
- [Acknowledgments](#acknowledgments)

## About

ExamSphere is a platform for user-friendly online exams. It is a project that I am working on to help students and teachers to have a better experience in online exams.

## Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites

You need to have Node.js installed on your machine.

### Installing

1. Clone the repository

```bash
git clone https://github.com/ALiwoto/ExamSphere-ui.git
```

2. Install the dependencies

```bash
npm install
```

3. Run the project

```bash
npm start
```

## Authors

- [@ALiwoto](https://github.com/ALiwoto)

## Acknowledgments

- [React](https://react.dev/)
- [Material-UI](https://material-ui.com/)
- [React Router](https://reactrouter.com/)
- [Axios](https://axios-http.com/)
- [Swagger Generator](https://swagger.io/tools/swagger-codegen/)
- [Swagger UI](https://swagger.io/tools/swagger-ui/)
- [React DOM](https://react.dev/reference/react-dom/components)

And my great thanks to everyone who helped me in this project. :heart: