Table of Contents

This is an app that has an interactive university curriculum for the degree in astronomy and physics at UC (Pontificic Catholic University of Chile). The original repository for this porject is located here. Then it was modified by me (jj-sm) adding new functionalities and adapting it to the Physics and Astronomy Curriculums
Juan José Sánchez - @juanjo.jpg | email - 🔭:
Astronomy Student at PUC. If you need to contact me, mail me or dm me on ig!
Loreto Ñancucheo - @loretonancucheo - [email protected]
- Clone the repo
https://github.com/loretito/malla-interactiva-uc
- Install packages
yarn
- Run
yarn dev
- Build for production
yarn build
- Deploy After setting up the deploy proccess.
yarn deploy
- Select/Unselect a course
- Select/Unselect by semestrer
- Select/Unselect by year
- Unlock courses as prerequisites are met
- Display the percentage of approved courses/credits
- Switch between different curriculums
- Store selections in localStorage
- See whether the semester is odd or even (It is taught at the first or second half of the year)
- Check whether the course has a Lab.
- Reorder Colors
- Allow Import of Custom Curriculums
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the following tags:
bug
(for reporting errors or bugs in the code)enhancement
(for suggesting new features or improvements to existing functionality)documentation
(for issues related to the project's documentation)question
(for asking questions)
Follow thw steps bellow to contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/FeaturesName
) - Commit the Changes (
git commit -m "Add some FeatureName
) - Push to the Branch (
git push origin feature/FeaturesName
)
Made with ❤️