https://github.com/jd-apprentice/challenge-fulltimeforce
🗓 Challenge Fullstack - Fulltime Force
https://github.com/jd-apprentice/challenge-fulltimeforce
Last synced: 11 months ago
JSON representation
🗓 Challenge Fullstack - Fulltime Force
- Host: GitHub
- URL: https://github.com/jd-apprentice/challenge-fulltimeforce
- Owner: jd-apprentice
- Created: 2023-08-23T19:16:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T19:37:35.000Z (over 2 years ago)
- Last Synced: 2025-02-02T12:15:12.585Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Challenge Fulltimeforce 🔤

## Objective 🏁
The goal of this test will be to create an app that shows git commit history on the same project you are working on. You need to do well-stated and defined commits while working on this test and regularly push them up.
## Requirements 🧰
1. Use GitHub API - ✅
2. Repository must be public - ✅
3. Styles with tailwindcss - ✅
4. Framework must be NestJS - ✅
5. Provide a README.md with instructions on how to run the app - ✅
## Optional ❓
1. Reload information in real-time
## Run the project 🚀
#### Pre-requisites 📋
1. Node.js ^18.16.1
#### Optional 📋
1. Docker
## Documentation 📖
- For windows users check [docs/windows](./docs/windows.md)
- For linux users check [docs/linux](./docs/linux.md)
- For testing check [docs/test](./docs/test.md)