https://github.com/eriikgabriel/ufscar-planner
A UFSCar goal planner, made for personal use of goals to be achieved
https://github.com/eriikgabriel/ufscar-planner
nextjs planner shadcn-ui ufscar
Last synced: 3 months ago
JSON representation
A UFSCar goal planner, made for personal use of goals to be achieved
- Host: GitHub
- URL: https://github.com/eriikgabriel/ufscar-planner
- Owner: EriikGabriel
- License: mit
- Created: 2024-02-16T21:30:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T15:59:39.000Z (9 months ago)
- Last Synced: 2024-08-20T19:12:07.264Z (9 months ago)
- Topics: nextjs, planner, shadcn-ui, ufscar
- Language: TypeScript
- Homepage: https://ufscar-planner.vercel.app
- Size: 1.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
UFSCar Planner
A UFSCar goal planner, made for personal use of goals to be achieved

## ๐งช Technologies
This project was developed using the following technologies:
## ๐ ๏ธ Installation and Setup
1. Clone the repository
```sh
git clone https://github.com/EriikGabriel/ufscar-planner.git
```2. Access the folder.
```sh
cd ufscar-planner
```3. Install dependecies:
```sh
bun i
```4. Start the development server:
```sh
bun dev
```The app will be available for access on your browser at http://localhost:3000
## ๐ Project Deploy
This project was deployed on the [Vercel](https://vercel.com/) platform and can be accessed [here](https://ufscar-planner.vercel.app).
## ๐ Features list
- [ ] Re-model database to support multi-user and a custom app experience.
- [ ] IRA student history list
- [ ] Fix flickering at homepage after login## ๐ License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
---
_Developed by [Erik Gabriel](https://github.com/EriikGabriel) ๐_