Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tneudevteam/hostel-scheduler
:calendar: Hostel scheduler
https://github.com/tneudevteam/hostel-scheduler
Last synced: 10 days ago
JSON representation
:calendar: Hostel scheduler
- Host: GitHub
- URL: https://github.com/tneudevteam/hostel-scheduler
- Owner: tneudevteam
- Created: 2016-01-28T19:23:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T17:51:26.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T14:24:14.992Z (2 months ago)
- Language: HTML
- Homepage: http://tneu-api.ml:4040
- Size: 549 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hostel Scheduler
> :date: Reserve a room for students with calendar# Development
1. `git clone [email protected]:tneudevteam/hostel-scheduler.git`
2. `cd hostel-scheduler`
3. `npm install`
4. `npm run watch` - this will bundle code into one file for browser on every file change
5. `npm start` - open Hostel Scheduler in your browser
6. ... make changes
7. `npm run lint` - to check code styleCurrently all the events are stored in browser local storage.
You can write in ES2015, Babel is included to the project.
`npm run build` - bundle and *minify* code into one file.
# Screenshots
![Main Screen](media/main-screen.png)
![Modal Window](media/modal-window.png)