This is a simple app that shows schedule of meetings. You can add new one or remove existing meeting. Also you can filter meetings by participant.
❗️ The content served over http protocol. Allow insecure content in site settings, If all API requests will be blocked with 'insecure resourse' error
- Javascript;
- SCSS;
- Bootstrap;
- Webpack;
- ESLint/Prettier
- Jest
Yevhenii Zhyrov
$ npm install // install the dependencies
$ npm run start // launch 'WebpackDevServer'
$ npm run dev // generate a 'development' build
$ npm run build // generate a 'production' build
$ npm run build // generate a 'production' build
$ npm run deploy // deploy it to 'GitHub Pages'
$ npm run test // start all tests one time
$ npm run test:watch // start all tests in 'watch' mode
$ npm run lint // start analizing code and searching issues over all app
$ npm run lint:fix // start fixing as many issues as possible over all app