This is the front-end of UniPlanner's system. Here is the link
to our backend part of the project.
Tries to connect both frontend and backend parts can be found in some of the recent commits made on dev branch.
This is the user interface part of a desktop dairy platform. Write notes, add plans and goals to your calendar.
You can explore the figma prototype our team designer made for this project here
(The development process lacked some testing and the team couldn't make the interface adaptive within deadline, so it only looks great
on 1366x768 screens. See the design)
This is a Next.js project bootstrapped with create-next-app
.
cd existing_folder
git clone https://github.com/kleprer/diary.git
Install required node modules in the folder:
npm install
Run one of these commands in the terminal, depending on what package management you have
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.