jomefavourite / PlanDone

PlanDone is made for Students who would like to learn smart, be productive and access everything they need while studying in one place.

Home Page:https://plandone.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plandone

plandone cover


View Demo | Report a Bug | Contribute

Introducing PlanDone

PlanDone is a platform made for Students who would like to learn smart, be productive and access everything they need while studying in one place.

By giving students the ability to save their notes, tasks and forecast their Cumulative Grade Point Average (CGPA) score, which can all be accessed at any time. So now you can make sure you Plan and then complete (Done)

Read the article to find out more about PlanDone

Demo

Try PlanDone

Features

  • Creating notes, editing, saving and deleting Notes.
  • Creating tasks, saving and deleting Tasks.
  • Forecast your CGPA score needed to be on either a first, second and third class based on your previous GPA scores.
  • Adding useful links to be accessed easily later on.

🛠️ Installation Steps

  1. Clone the repository
git clone https://github.com/jomefavourite/PlanDone
  1. Change the working directory
cd PlanDone
  1. Install dependencies
npm install
  1. Create .env file in root and add your variables
GOOGLE_CLIENT_ID = YOUR_GOOGLE_CLIENT_ID
GOOGLE_CLIENT_SECRET = YOUR_GOOGLE_CLIENT_SECRET
MONGO_URI = YOUR_MONGO_URI
PORT = 3000
SESSION_SECRET = YOUR_SESSION_SECRET
  1. Run the app
npm run dev

You are all set! Open localhost:3000 to see the app.

Built With

  • Node.js for authentication, routing.
  • Express for ease while working with Node.js
  • EJS: A template engine language that generates HTML markup with plain JavaScript.
  • SASS: Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets.
  • MongoDD/Mongoose for managing, storing or retrieving information.
  • Railway for hosting the application.

🛡️ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

PlanDone is made for Students who would like to learn smart, be productive and access everything they need while studying in one place.

https://plandone.up.railway.app/


Languages

Language:JavaScript 37.4%Language:EJS 33.0%Language:SCSS 29.6%Language:Procfile 0.0%