Skip to content

kleprer/diary

Repository files navigation

Frontend for a Planner uni project.

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.

Description

This is the user interface part of a desktop dairy platform. Write notes, add plans and goals to your calendar.

Design

You can explore the figma prototype our team designer made for this project here

Note

(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)

Content

This is a Next.js project bootstrapped with create-next-app.

How to Clone

cd existing_folder
git clone https://github.com/kleprer/diary.git

Install required node modules in the folder:

npm install

Run on localhost

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published