visual-curriculum
visual-curriculum copied to clipboard
a better way to visualize your university credits and disciplines
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.
đ Project specs
Tech Stack: React, Typescript, Chakra UI
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 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.
âī¸ Run Locally
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
âšī¸ License
This project follows the MIT license.