Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jim-hodapp-coaching/refactor-platform-fe
A platform designed for coaches and leaders to level up engineers and achieve specific growth outcomes
https://github.com/jim-hodapp-coaching/refactor-platform-fe
coaching coaching-management-system frontend mentoring nextjs software-engineering tailwind-css typescript-react
Last synced: about 9 hours ago
JSON representation
A platform designed for coaches and leaders to level up engineers and achieve specific growth outcomes
- Host: GitHub
- URL: https://github.com/jim-hodapp-coaching/refactor-platform-fe
- Owner: Jim-Hodapp-Coaching
- License: gpl-3.0
- Created: 2023-11-02T23:54:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T03:16:17.000Z (9 days ago)
- Last Synced: 2024-10-30T22:29:03.729Z (8 days ago)
- Topics: coaching, coaching-management-system, frontend, mentoring, nextjs, software-engineering, tailwind-css, typescript-react
- Language: TypeScript
- Homepage: https://refactorcoach.com
- Size: 5.08 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Refactor Coaching & Mentoring Platform
### Frontend (currently web browser-only)![377960688-0b5292b0-6ec7-4774-984e-8e99e503d26c](https://github.com/user-attachments/assets/5dcdee09-802e-4b25-aa58-757d607ce7bc)
A preview of the main coaching session page (rapidly evolving)## Intro
A web frontend built on Next.js that provides a web API for various client applications (e.g. a web frontend) that facilitate the coaching and mentoring of software engineers.
The platform itself is useful for professional independent coaches, informal mentors and engineering leaders who work with individual software engineers and/or teams by providing a single application that facilitates and enhances your coaching practice.
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000/login](http://localhost:3000/login) with your browser to log in to the platform.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.