https://github.com/bl33h/universityagreements
It's a project designed to simplify data access for the agreements of Universidad del Valle de Guatemala.
https://github.com/bl33h/universityagreements
database javascript netlify npm react supabase
Last synced: about 1 month ago
JSON representation
It's a project designed to simplify data access for the agreements of Universidad del Valle de Guatemala.
- Host: GitHub
- URL: https://github.com/bl33h/universityagreements
- Owner: bl33h
- Created: 2023-06-07T02:48:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T16:34:47.000Z (over 2 years ago)
- Last Synced: 2025-10-25T21:36:40.655Z (about 1 month ago)
- Topics: database, javascript, netlify, npm, react, supabase
- Language: JavaScript
- Homepage: https://uvgagreements.netlify.app/
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# universityAgreements
It's a project designed to simplify data access for the agreements of Universidad del Valle de Guatemala. Built with React and Supabase, this application aims to streamline the management and retrieval of agreements within the university.
Features •
Files •
How To Use •
Packages
## Features
* Vite
```bash
# Install dependencies
$ npm i
# run the app
$ npm run dev
```
## Files
- src: the file that implements de solution.
- assets: resources that are used in an application.
- components: reusable pieces of code that define the appearance and behavior of a part of the UI.
- pages: the different areas of the website.
- constants: values that cannot be altered by the program during normal execution.
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en) and [Vite](https://vitejs.dev/) installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/bl33h/universityAgreements
# Install dependencies
$ npm i
# Run the app
$ npm run dev
```
## Packages
This software uses the following open source packages:
- [Vite](https://vitejs.dev/)
- [React](https://reactjs.org/)