https://github.com/takeit/students-app
https://github.com/takeit/students-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/takeit/students-app
- Owner: takeit
- License: mit
- Created: 2019-06-12T09:14:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:05:56.000Z (over 2 years ago)
- Last Synced: 2025-02-08T03:47:14.281Z (5 months ago)
- Language: TypeScript
- Size: 3.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
OwnCourses Students App
[]()
[](https://github.com/owncourses/students-app/issues)
[](https://github.com/owncourses/students-app/pulls)
[](/LICENSE)
[](https://app.netlify.com/start/deploy?repository=https://github.com/owncourses/students-app)Application for OwnCourses students.
---
## Features
- [x] Login/logout
- [x] User courses list
- [x] modules/lessons in courses
- [x] Single lesson page
- [x] Additional course attachments
- [x] Course authors
- [x] Mark lesson as completed
- [ ] Course/module progress info# Development installation notes
`yarn` - install dependencies
`yarn start` - run build in server
##### App requires working server instance with API. Install and run it locally or use our demo instance for preview:
Set this in `.env` file:
`SERVER_URL="https://owncourses.org"`
Login data for https://owncourses.org API:
```
Login: [email protected]
Password: testPassword
```# Production build notes
Adjust app settings (used on build time) with `.env` file. Default values are picked from `.env.defaults`
`yarn` - install dependencies
`yarn build` - run production build
**Works great deployed with Netlify**
Netlify build settings:
* Build command: `yarn build`
* Publish directory: `build`