View Demo | Report a Bug | Contribute
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
- 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.
- Clone the repository
git clone https://github.com/jomefavourite/PlanDone
- Change the working directory
cd PlanDone
- Install dependencies
npm install
- 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
- Run the app
npm run dev
You are all set! Open localhost:3000 to see the app.
- 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.
This project is licensed under the MIT License - see the LICENSE
file for details.