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

https://github.com/lebrancconvas/soomlek-admin-react

Admin Web UI for managing my project.
https://github.com/lebrancconvas/soomlek-admin-react

admin admin-dashboard college-project expressjs mysql nodejs reactjs software-engineering

Last synced: about 1 month ago
JSON representation

Admin Web UI for managing my project.

Awesome Lists containing this project

README

          

# Soomlek Admin
## Overview
Admin Web for managing quiz data on my mathematics quiz app.

## Purpose
- Complete the requirement from my software engineering class project.
- Back Office for my application.

## Feature
- CRUD the data of quiz questions in my application.

## Tools / Tech Stack
### Front-End
- ReactJS (Javascript Extension + HTML)
- React Router (React's URL Path Management)
- Material UI (Style Library)
- Axios (API Management)
### Back-End
- ExpressJS (NodeJS)
### Database
- MySQL (PHPmyAdmin + SQL)

### Text Editor / IDE
- Visual Studio Code (VSCode)