Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connellr023/atla
Project for Calgary Hacks 2024!
https://github.com/connellr023/atla
calgaryhacks2024 map webapp
Last synced: about 1 month ago
JSON representation
Project for Calgary Hacks 2024!
- Host: GitHub
- URL: https://github.com/connellr023/atla
- Owner: connellr023
- License: mit
- Created: 2024-02-16T18:13:42.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T17:07:37.000Z (12 months ago)
- Last Synced: 2024-10-31T02:23:37.458Z (3 months ago)
- Topics: calgaryhacks2024, map, webapp
- Language: TypeScript
- Homepage: https://atla-ch2024.vercel.app
- Size: 2.91 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Project for Calgary Hacks 2024!
![Vercel](https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white)
![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?&style=for-the-badge&logo=redis&logoColor=white)
![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![TS](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![Sass](https://img.shields.io/badge/Sass-CC6699?style=for-the-badge&logo=sass&logoColor=white)
## Overview
Your Hub for Volunteering Events and more, Alta aims to bring the Calgarian community together by providing a centralized platform to post and view volunteering events.
## Chosen Prompt
> Use the City of Calgary's Open Data Portal to develop a tool
or application that supports and improves the lives of Calgarians.
## Development
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Tools Used
- **Next.js** to manage overall full stack requirements
- **React** for frontend logic
- **Vercel** for database hosting and deployment
- **Redis KV** to store event data
- **Calgary Open Data Portal API** to fetch location data
## Screenshots
![](public/screenshots/1.PNG)
![](public/screenshots/2.PNG)
![](public/screenshots/3.PNG)
![](public/screenshots/4.PNG)
![](public/screenshots/5.PNG)
Developed by Connell Reffo and Tara Strickland for Calgary Hacks 2024