This project was developed to solve the chalenge of implementing a frontend to a meeting summary manager. The design was based on a given mockup.
The system was developed using:
- Javascript
- React
- React-icon, React-router-dom
- Tailwind
- Axios
Ps: The system was tested on the following browsers, and can behave differently in others:
- Safari
- Chrome
The file api.js is responsible for connecting with the API, to use it, add your API token in the .env
file as follows
REACT_APP_API_KEY="your token"
Then, run the system using the commands
npm install
npm start
All features and Domain Requirements are listed in portuguese in Readme-pt.