This project is build to manage metrics with months assigned with a goal. You can create new metrics and assigns targets for current and next months. for managing metrics and goals, ClickUp and Supabase Rest APIs are used.
This project is generated with ❤️ from DhiWise
- Features
- Design System
- API Information
- Version
- Setup
- Folder Structure
- Story Book Setup
- License
- Community
- create new metrics.
- map metrics with goals from ClickUp
- Add targets for particular month
- See goal and its tasks in ClickUp of Specific Metrics.
All the design has been generated with tailwindcss. Find all the theme related configuration inside tailwind.config.js
This project was bootstrapped with Create React App.
This project is integrated with a Tailwind CSS setup, a new utility-first css framework, in an CRA environment. You can read more over on Getting Started with Tailwind.
Figma: https://www.figma.com/file/ydymsJ3zyOSPfLBfy6ZUZA/Metric-management?node-id=0%3A1
- clone the repo
npm i
- add credentials of ClickUp and Supabase in src/constants/credentials.js
npm run start
Note: If you face a cors error: use this https://cors-anywhere.herokuapp.com/ as your API URL prefix and Run this demo https://cors-anywhere.herokuapp.com/corsdemo.
├── package.json
├── package-lock.json
├── postcss.config.js
├── public
│ ├── favicon.ico
│ ├── index.html
│ ├── logo192.png
│ ├── logo512.png
│ ├── manifest.json
│ └── robots.txt
├── README.md
├── src
│ ├── App.js
│ ├── assets
│ │ ├── fonts ---------- Project fonts
│ │ └── images --------- All Project Images
│ ├── components --------- UI and Detected Common Components
│ ├── constants ---------- Project constants, eg: string consts
│ ├── hooks -------------- Helpful Hooks
│ ├── index.js
│ ├── pages -------------- All route pages
│ ├── Routes.js ---------- Routing
│ ├── styles
│ │ ├── index.css ------ Other Global Styles
│ │ └── tailwind.css --- Default Tailwind modules
│ └── util
│ └── index.js ------- Helpful utils
└── tailwind.config.js ----- Entire theme config, colors, fonts etc.
npx storybook init
npm run storybook
MIT License Copyright (c) 2022 DhiWise
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.