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

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

Awesome Lists containing this project

README

          

![Logo](https://thiagoaugustosm.github.io/visual-curriculum/static/media/peacock-logo.c54a9c97.png)
# Visual Curriculum

Visual 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.