An application was created to retrieve information from jira query and save it in the excel file.
The essence of the project is as follows:
- it allows user to choose a jira (expedia, homeaway or any other) ✅;
- it allows user to extract data from JIRA and write it to excel files such as xlsx ✅;
- it allows user to add new data in existing xlsx files, while allowing him to select the required fields (components, dates, labels, estimates and more) ✅.
All fields are validated on the UI part 📋. A project was written on React JS using server-client architecture. Several screenshots of the program were added below.
You can find all contribution guidelines in CONTRIBUTING.md.
run the following to start the application:
- 'npm install'
- 'npm start'
- Node.js v14.18.2 is required. npm
It's possible to install the nvm. It allows you to quickly install and use different versions of node via the command line.
Link - https://github.com/nvm-sh/nvm.
- React.js - The web framework used
- React Router Dom - Routing
- Styled Components - In-component CSS styling
- Valentyn Vyshyvan - Entire Application - vvyshyvan