A weekly planner that allows users to manage events during the current week.
Demo - http://js-weekly-planner.s3-website.us-east-2.amazonaws.com/
$ git clone https://github.com/marciandmnd/weekly-planner.git
$ cd weekly-planner
$ npm install
$ npm start
$ npm run eslint
To create a production build, run:
$ npm run build
This will create a dist directory containing a production optimized build.
This project is licensed under the ISC License - see the LICENSE.md file for details
- TriFin Labs