Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahalic/atas_frontend
Desafio Frontend Industriall
https://github.com/ahalic/atas_frontend
frontend javascript react
Last synced: about 2 months ago
JSON representation
Desafio Frontend Industriall
- Host: GitHub
- URL: https://github.com/ahalic/atas_frontend
- Owner: AHalic
- Created: 2022-11-18T14:13:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T22:46:42.000Z (7 months ago)
- Last Synced: 2024-06-05T00:16:43.492Z (7 months ago)
- Topics: frontend, javascript, react
- Language: JavaScript
- Homepage:
- Size: 4.46 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-end IndustriAll Challenge
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](https://www.figma.com/file/kfO4pi7kyCRjuZQV3WMtcy/iMeets).![App gif](public/readme.gif)
## Development
### Tools
The system was developed using:
- _Javascript_
- React
- React-icon, React-router-dom
- Tailwind
- AxiosPs: The system was tested on the following browsers, and can behave differently in others:
- Safari
- Chrome## Instructions
The file [api.js](./src/services/api.js) is responsible for connecting with the API, to use it, add your API token in the `.env` file as follows
```bash
REACT_APP_API_KEY="your token"
```Then, run the system using the commands
```
npm install
npm start
```### Features
All features and Domain Requirements are listed in portuguese in [Readme-pt](./README-pt.md).