-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f33615
commit f265644
Showing
5 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,29 @@ | ||
# MagicSnap - A modern, easy to use, and open source team management software | ||
# MagicSnap | ||
|
||
<figure align="center"> | ||
<img src="https://raw.githubusercontent.com/kcoderhtml/magicsnap/refs/heads/main/public/android-chrome-512x512.png" alt="screenshot of the website"/> | ||
<figcaption><i>A modern, easy to use, and open source team management software</i></figcaption> | ||
</figure> | ||
|
||
## About | ||
|
||
MagicSnap was a project I started thinking about around December of 2023 when I joined a frc robotics team for the first time. My team was using teamsnap at the time but no one liked it, it was exceptionaly clunky, slow, and riddled with ads for the free tier. My goal became to make a better solution both to give my team a better solution and to have an interesting project to work on. | ||
|
||
I've been working on this project for over 2 months of active development now and I'm quite proud of it. The main site is hosted on netlify with serverless functions providing access to astro db where all the data is stored for the team. Emails are provided by a cloudflare worker based off of [Sh4yy/cloudflare-email](https://github.com/Sh4yy/cloudflare-email) which can be found here [kcoderhtml/cloudflare-email](https://github.com/kcoderhtml/cloudflare-email). The site is written in astro and is fully typescript native. | ||
I've been working on this project for over 2 months of active development now and I'm quite proud of it. (several months later i'm still proud of it but more as something that helped me learn a bunch about making a more complex program) The main site is hosted on netlify with serverless functions providing access to astro db where all the data is stored for the team. Emails are provided by a cloudflare worker based off of [Sh4yy/cloudflare-email](https://github.com/Sh4yy/cloudflare-email) which can be found here [kcoderhtml/cloudflare-email](https://github.com/kcoderhtml/cloudflare-email). The site is written in astro and is fully typescript native. | ||
|
||
## Screenshots | ||
|
||
I included screenshots of all the dashboard pages below | ||
|
||
<img src=".github/images/dashboard.png" alt="the main dashboard"> | ||
|
||
<details> | ||
<summary>Click to open the rest</summary> | ||
<img src=".github/images/users.png" alt="users page"> | ||
<img src=".github/images/messages.png" alt="messages page"> | ||
<img src=".github/images/settings.png" alt="settings page"> | ||
</details> | ||
|
||
## License | ||
|
||
This repositories code is licensed with the AGPL-3.0 license and you can view it [here](/LICENSE.md) |