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.
Tech Stack: React, Typescript, Chakra UI
Features
- Track academic progress
- Ligh/Dark Mode
- Feature: Option to save your history locally (LocalStorage).
- Feature: Enable the creation of new curriculum and Universities (React Router).
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 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 with it! Make sure to explain which feature you are building and how you chose to implement it.
Clone the project
git clone https://github.com/ThiagoAugustoSM/visual-curriculum.git
Go to the project directory
cd visual-curriculum
Install dependencies
npm install
Start the server
npm run start
This project follows the MIT license.