https://github.com/haletran/42_swifty-companion
Simple app that will retrieve the information of 42 students, using the 42 API.
https://github.com/haletran/42_swifty-companion
Last synced: 10 months ago
JSON representation
Simple app that will retrieve the information of 42 students, using the 42 API.
- Host: GitHub
- URL: https://github.com/haletran/42_swifty-companion
- Owner: Haletran
- Created: 2025-01-27T11:05:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T14:22:32.000Z (over 1 year ago)
- Last Synced: 2025-03-27T18:19:40.212Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42_swifty-companion
The aim of the project is to build an application that will retrieve the information of 42 students,
using the 42 API.
Made in `react-native` with `react-native-paper` UI library.
## Features
- Search for a student with their login
- Access their skills and projects
- Display their profile pic, login, email, wallet, correction_points and their locations
- Use 42API
## Screenshots
## DEVELOPMENT
```bash
## this will launch the android emulator and ask for .env if does not exist
NIXPKGS_ALLOW_UNFREE=1 nix-shell
```
```bash
## .env
EXPO_PUBLIC_CLIENT_ID=
EXPO_PUBLIC_CLIENT_SECRET=
```