/Plendar

Google Calendar clone

Primary LanguagePython

Github LinkedIn Gmail

Plendar


Logo

Plendar is a clone of Google calendar, which provides a light-weight scheduling web application for users to organize their daily life.

Live demo: https://plendar.herokuapp.com/

It was built using this stack:

Frontend

React Redux

Backend

SQLAlchemy Flask
Postgres Python
Render

Features

The most common user flow of Plendar is as follows:

Land on the homepage

Register for an account

Click anywhere on the Calendar or click the Create button to create a new event

View the event details

Edit the event details

Add a new calendar

Edit/delete calendars (auto-save)

(back to top)

Getting started

  1. Start the backend server: From a terminal within the project directory, run:

    sh ./setup.sh
  2. Start the frontend server: From a second terminal within the react-app directory, run:

    npm start
  3. Experience the app: From a browser, go to:

    http://localhost:3000

(back to top)

Contact

This is a solo project created by Huishi An. Find her on:

Github LinkedIn Gmail

(back to top)