An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


Logo


UFSCar Planner



A UFSCar goal planner, made for personal use of goals to be achieved




License


Forks

Stars




![cover](.github/cover.svg)

## ๐Ÿงช Technologies

This project was developed using the following technologies:


Next.js




Typescript




Supabase




Tailwindcss




Shadcn/UI




Zod

## ๐Ÿ› ๏ธ 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) ๐Ÿš€_