Skip to content

Illiachr/intership-test-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ciklum JavaScript internship test task

How to use

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
  1. Clone or Download from GitHub
  2. Install Node Modules:
    npm i
  3. Run webpack:
    • develop mode:
      npm run dev
    • production mode:
      npm run build

Used technologies:

  • JavaScript
  • HTML5 / CSS3
  • SCSS
  • Webpack bundler whit babel
  • ESLint whit airbnb style guide

Features

1. Add new event

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

2. Filter events

You can filter events by person. Just choose the member of in the dropdown menu at the left of New Event+ button.

3. Event remove

To remove event - click the delete icon near the meeting title at “Calendar” screen and then confirm his action in a confirmation dialog.

4. Change time and day

To change event time or day - drag choosen event and drop it to another slot.

5. Store events

All event data are stored to local storage.

Link to GitHub Pages

https://illiachr.github.io/internsip-test-task.github.io/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published