https://github.com/thiagoaugustosm/visual-curriculum
a better way to visualize your university credits and disciplines
https://github.com/thiagoaugustosm/visual-curriculum
curriculo curriculum hacktoberfest react typescript universidades university visualization
Last synced: 4 days ago
JSON representation
a better way to visualize your university credits and disciplines
- Host: GitHub
- URL: https://github.com/thiagoaugustosm/visual-curriculum
- Owner: ThiagoAugustoSM
- License: mit
- Created: 2021-01-15T17:50:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T23:05:27.000Z (over 2 years ago)
- Last Synced: 2025-02-28T18:22:46.323Z (7 months ago)
- Topics: curriculo, curriculum, hacktoberfest, react, typescript, universidades, university, visualization
- Language: TypeScript
- Homepage: https://thiagoaugustosm.github.io/visual-curriculum/
- Size: 4.01 MB
- Stars: 33
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Visual CurriculumVisual curriculum is a tool to better visualize your university credits and disciplines. This project development started because of the non-structured curriculum courses across different universities and the difficulty of visualizing each one of the disciplines.
Checkout the [project demo](https://thiagoaugustosm.github.io/visual-curriculum/).
## đ Project specs
**Tech Stack**: React, Typescript, [Chakra UI](https://chakra-ui.com/)
**Features**
- Track academic progress
- Ligh/Dark Mode## đ¯ Roadmap
- __Feature__: Option to save your history locally (LocalStorage).
- __Feature__: Enable the creation of new curriculum and Universities (React Router).## ⨠Contributing
Contributions are always welcome!
If you have an idea but want to check in first with the contributors of the project: [create a new issue](https://github.com/ThiagoAugustoSM/visual-curriculum/issues/new) with your idea and discuss with us why we should implement it.
If the feature is already on the roadmap go ahead and [create a pull request](https://github.com/ThiagoAugustoSM/visual-curriculum/compare) with it! Make sure to explain which feature you are building and how you chose to implement it.
## âī¸ Run Locally
Clone the project
```bash
git clone https://github.com/ThiagoAugustoSM/visual-curriculum.git
```Go to the project directory
```bash
cd visual-curriculum
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```## âšī¸ License
This project follows the [MIT](https://github.com/ThiagoAugustoSM/visual-curriculum/blob/main/LICENSE) license.