Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algosup/2023-2024-project-5-flutter-team-8
https://github.com/algosup/2023-2024-project-5-flutter-team-8
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/algosup/2023-2024-project-5-flutter-team-8
- Owner: algosup
- Created: 2024-05-14T07:44:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T08:09:13.000Z (6 months ago)
- Last Synced: 2024-05-23T08:34:19.572Z (6 months ago)
- Size: 31 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
2023 - 2024 Project-5 Flutter Team-8#
Adopte Un Candidat## Project Overview
Adopte un Candidat is a recruitment app available on mobile and desktop platforms. It aims to change the way how people are recruited, basing the criteria on soft skills rather than hard skills and diplomas. It has been requested by the company "We Are Evolution.", wants to renew the process of recruiting people.
Consequently, in this project, we are going to use Flutter, a language standardizing development among all the platforms targeted by the product.
## Who worked on this project?
| Name | Role | Picture | 🔗 to LinkedIn profile |
| ---------------- | ----------------- | ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Antoine PREVOST | Project Manager | | [](https://www.linkedin.com/in/antoine-prevost-dev) |
| Thomas PLANCHARD | Program Manager | | [](https://www.linkedin.com/in/thomas-planchard-461782221/) |
| Maxime THIZEAU | Tech Lead | | [](https://www.linkedin.com/in/maxime-thizeau-0b311a293/) |
| Quentin CLEMENT | Software Engineer | | [](https://www.linkedin.com/in/quentin-cl%C3%A9ment-939110221/) |
| Pavlo PRENDI | Quality Assurance | | [](https://www.linkedin.com/in/pavlo-prendi-674777309/) |
| Arthur LEMOINE | Technical Writer | | [](https://www.linkedin.com/in/arthur-lemoine-4b9782221/) |## Development-related information
This software has been created using Flutter 3.22.0.
It has been thoroughly tested using the following devices:
- Google Pixel 8 - Android 14.0
- Iphone 14 pro - IOS 17.0### Credentials for the job seeker interface
Email: [email protected]
Password: AAzz11!!## Installation
Follow these steps to set up the project locally
1. Clone the repository:
```sh
git clone https://github.com/algosup/2023-2024-project-5-flutter-team-8.git
```2. Navigate to the project directory:
```sh
cd 2023-2024-project-5-flutter-team-8
```3. Install dependencies:
```sh
flutter pub get
```