Coder Social home page Coder Social logo

valentincostam / plande-with-firestore Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 7.28 MB

Keep track of your college degree progress. (Discontinued)

Home Page: https://plande.app

License: MIT License

JavaScript 100.00%
curriculum college university degree study progress

plande-with-firestore's Introduction

โš ๏ธ This repository keeps an old and discontinued version of Plande. Please, go to this repository if you want to see the current version's code.


Plande

Keep track of your college degree progress.

plande.app

๐Ÿ“œ Description

Plande is your college degree curriculum made simple and interactive.

By letting you mark whether you have passed your degree's courses, it helps you to:

  • ๐Ÿ“ Measure your progress toward degree completion.
  • ๐Ÿงฎ Know what courses you can attend, your current weekly classload, the number of passed courses, and other stats.
  • ๐Ÿ“… Plan and organize yourself ahead of time by allowing you to simulate possible scenarios.
  • ๐Ÿ’ช Motivate yourself by showing you how far got and how much is left.
  • ๐Ÿซ‚ Share your achievements with non-academic people by having a minimalist and user-friendly interface.
  • ๐Ÿ“ฑ Have the curriculum and your progress everywhere at anytime.

Instead of dealing with traditional curriculum tables (like this one and this other one) and getting frustrated for trying to understand them, just use Plande and enjoy.

For those who know me, think of Plande as the modern version of isi, simpler, faster, that can save your progress in the cloud and support other college degrees.

โš’๏ธ Built with

  • React - A JavaScript library for building user interfaces
  • Next.js - The React framework for production
  • Chakra UI - Simple, modular and accessible component library
  • Firebase Authentication - Simple, free multi-platform sign-in
  • Cloud Firestore - NoSQL database built for global apps
  • Vercel - Platform for frontend frameworks and static sites

๐Ÿค” Frequently Asked Questions

What motivated you to build this app?

Back when I was in college, I always found my degree curriculum confusing. Looking at it, it was unclear what courses I could attend after passing others. I had to carefully follow a bunch of numbers (course codes) and double-check that I wasn't mistaken. And I knew that my fellow students experienced the same. So I thought there should be a better way to go through this process and that a web app could be the solution.

Months later, I released isi. You can watch a talk I give about it (in Spanish) on YouTube, where I share a little more about the problem and my experience building it.

On top of that, it was a great excuse to learn technologies I find interesting. It shows how much I love to build things as well.

Why did you choose that stack?

Mostly because I wanted to learn those technologies. As they're really popular, there are ton of resources for learning and troubleshooting, which is always good.

Also, since degrees curriculums doesn't change that often, it made sense to me to learn about a SSG (Static Site Generator) like Next.js.

What do you think? What stack would you have chosen? Let me know!

Who is Plande built for?

It's for every student attending some of the colleges supported by the app.

What colleges does it support?

At the moment, Plande has been developed (but not tested) to support UTN FRCU, UADER FCyT, UCU FAU, and any other college whose curriculums are like those from the mentioned colleges.

Eventually, more will be supported, but it's not a priority right now.

Why are code and docs in English but the UI texts in Spanish? Does Plande have i18n support?

Because English is a universal language and I want to improve my communication skill with it (and you should probably do it too), but the app is intended for Spanish-speaking colleges.

And no, it doesn't have i18n support yet.

๐Ÿ’ป Running the project locally

Requirement

Steps

  1. Fork this repository and clone your fork.

    git clone https://github.com/<your-username>/plande.git
    
  2. Set up Firebase:

    1. Create a Firebase project and register a new web app.
    2. Generate a new private key file for the Firebase Admin SDK.
    3. Enable Google Sign-In in the Firebase console.
    4. Create a Cloud Firestore database (in Test mode or use the rules in the firestore.rules file.)
  3. Copy the API_KEY, AUTH_DOMAIN and PROJECT_ID values from the Firebase Web SDK config object and paste them in the .env.template file.

  4. Copy the PRIVATE_KEY (*) and CLIENT_EMAIL values from the Firebase Admin SDK private key JSON file and paste them in the .env.template file.

    โš ๏ธ Keep the quotes (") and line breaks (\n) in the PRIVATE_KEY. Don't remove them.

  5. Rename the .env.template file to .env.local.

  6. Install the project dependencies.

    yarn install # or npm install
  7. Start the application in development mode.

    yarn dev # or npm run dev
  8. Go to http://localhost:3000 in your browser.

Make yourself administrator

In order to add new universities, colleges, degrees and subjects to Plande, you need to be an admin user.

  1. Enter to Plande (http://localhost:3000) and log in with your Google account.
  2. On the Firebase console, go to your Firestore database.
  3. Select the users collection and then your user document (surely the only existing one).
  4. Change the value of the role field from student to admin.
  5. Go back to Plande (http://localhost:3000) and reload the page.

Now you should see a menu button in the top left corner, next to the Plande "logo". From there, you can access to the pages for adding new universities, colleges, degrees and subjects.

๐Ÿค Contributing

Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute.

And, of course, you can help with code:

  1. Fork this repository and clone your fork.

    git clone https://github.com/<your-username>/plande.git
    
  2. Create your feature/fix branch.

    git checkout -b my-new-feature
    
  3. Commit your changes.

    git commit -am 'Add some feature'
    
  4. Push to the branch.

    git push origin my-new-feature
    
  5. Submit a pull request.

๐Ÿ“ License

MIT ยฉ Valentรญn Costa

plande-with-firestore's People

Contributors

valentincostam avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.