Skip to content

funsaized/fickle-cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fickle Cal ☕

Netlify Status

A local first, barebones, calendar-centric todo app with a modern tech stack

Todo Replication Demo

🏗️ Project Structure

This monorepo contains the following packages:

  • app/: RxDB-powered Angular frontend application
  • server/: Bun-powered Express backend server

🚀 Quick Start

npm install:all && npm run start

Prerequisites

  • Node.js (LTS version recommended)
  • Bun runtime
  • npm

Installation

# Install all dependencies for both client and server
npm run install:all

Development

# Start both client and server in development mode
npm start

# Start only the client
npm run start:client

# Start only the server
npm run start:server

Building

# Build both client and server
npm run build

# Build only the client
npm run build:client

# Build only the server
npm run build:server

🛠️ Tech Stack

Frontend (fickle-app)

  • Angular
  • RxDB
  • Modern UI/UX

Backend (feined-rxdb-server)

  • Bun runtime
  • Express.js
  • RxDB

👤 Author

Sai N. Nimmagadda

🤝 Contributing

Contributions, issues and feature requests are welcome!

📝 License

This project is licensed under the terms specified in the LICENSE file.

Show your support

Give a ⭐️ if this project helped you!

About

A local first, barebones, calendar-centric todo app. Keep your data, run offline & multi-device sync

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published