Clone into the current folder and remove all unnecessary (one command):
git clone https://github.com/Illiachr/intership-test-task.git .; rm -rf trunk .gitignore .eslintrc readme.md .git
- Clone or Download from GitHub
- Install Node Modules:
npm i
- Run webpack:
- develop mode:
npm run dev
- production mode:
npm run build
- develop mode:
- JavaScript
- HTML5 / CSS3
- SCSS
- Webpack bundler whit babel
- ESLint whit airbnb style guide
Click New Event+
button, then use craete event dialog to enter meeting title, select day and time.
After that submit creation new event by cllick Create
button or press
Enter
You can filter events by person. Just choose the member of in the dropdown menu
at the left of New Event+
button.
To remove event - click the delete icon near the meeting title at “Calendar” screen and then confirm his action in a confirmation dialog.
To change event time or day - drag
choosen event and drop
it to another slot.
All event data are stored to local storage.