Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 944 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 944 Bytes

Project Planner

At its core, Project Planner is a comprehensive planner designed to empower users to organize their tasks, projects, and activities in a way that (in my opinion, and need) reflects their unique workflows and needs. From managing daily to-do lists to overseeing long-term projects, the app promises to be a versatile companion for anyone seeking to boost their productivity.
Project Planner will be built on a foundation of Oracle for database management and CloudFlare for frontend deployment. At the heart of it all lies React, the frontend technology of choice that promises not only to power the app but also to serve as a vehicle for learning and growth.

Getting started

  • Use node@18 or later version;
  • npm i to install all required dependencies;

Run the Project

  1. npm run debug - Builds the App and runs it into the browser;
  2. npm run build-dev - Makes a development build, ready to be deployed.