https://github.com/ericwindmill/teacher_dashboard
Sample Teacher Dashboard from Edmodo
https://github.com/ericwindmill/teacher_dashboard
Last synced: 12 months ago
JSON representation
Sample Teacher Dashboard from Edmodo
- Host: GitHub
- URL: https://github.com/ericwindmill/teacher_dashboard
- Owner: ericwindmill
- Created: 2017-08-12T16:08:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T17:59:01.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T21:08:01.741Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Edmodo Teacher Dashboard
This is a quick sample of how I'd build a teacher dashboard for Edmodo. It's a single page application built with Vue CLI. The purpose of the dashboard is for teachers to create, track and grade assignments.
This application was built completely on the client-side.
______
## Technologies
* Javascript
* SCSS
* Vue.js
* Vuex
* Webpack
* Babble
* Vue-Awesome (Font Awesome Wrapper)
______
## Screen Shots
### Main Dashboard

### Student Submissions

### Add Assignment

______
## Caveats
Many of the features require a database to preserve data, and therefor are used here only as previews of what could be.
* Adding a grade to a student submission.
* Adding a new assignment.
______
## Run Locally
```
git clone https://github.com/ericwindmill/teacher_dashboard.git
yarn install
yarn start
```
Then, go to `localhost:8080/` in your favorite browser. (Built and tested in CHROME CANARY).