Skip to content

Quickie Notes is a modern note-taking application that allows users to quickly jot down thoughts, create to-do lists, and organize ideas. With a clean, intuitive interface and seamless cloud synchronization, your notes are accessible anywhere, anytime.

License

Notifications You must be signed in to change notification settings

FalconEthics/Quickie-Notes

Repository files navigation

Contributors Forks Stargazers Issues GNU License LinkedIn


Logo

Quickie Notes

A modern, lightweight note-taking app built with React 19 and Firebase
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

Quickie Notes Screenshot

Quickie Notes is a modern note-taking application that allows users to quickly jot down thoughts, create to-do lists, and organize ideas. With a clean, intuitive interface and seamless cloud synchronization, your notes are accessible anywhere, anytime.

Key Features:

  • Clean, intuitive user interface with dark/light theme support
  • Real-time note synchronization across devices
  • Markdown support for rich text formatting
  • User authentication and note privacy
  • Responsive design that works on desktop and mobile

Project Story

This app has an interesting history! It was originally my final project when I was attending the full-stack bootcamp from London App Brewery in 2022. As part of my recent initiative to consolidate my GitHub presence and modernize my older projects, I decided to completely rewrite this application.

The original version was built with React 16, Firebase, webpack, Node.js, and Bootstrap. This new version represents a complete overhaul using the latest web technologies:

  • React 19 with the new React Compiler
  • Firebase SDK 11
  • Vite + SWC build tooling
  • Bun as the JavaScript runtime
  • TailwindCSS for styling

This rewrite process has been illuminating, showing how dramatically front-end development has evolved in just a few years and how much more productive these modern tools can make developers.

Major Technical Improvements

The rewrite showcases several significant improvements in React and its ecosystem:

  1. React 19 use() API: The new use() hook has dramatically simplified data fetching and state management. Instead of chaining multiple useState and useEffect hooks, we can now handle asynchronous operations more elegantly.

  2. React Compiler: The new React compiler has automated many optimization patterns, resulting in better performance without requiring manual memoization everywhere.

  3. Server Components & Streaming: Although not fully implemented in this project, the architecture is ready for these features which provide improved loading states and better user experience.

  4. Simplified State Management: Context API improvements have reduced boilerplate and made state management clearer.

  5. Build System: Moving from webpack to Vite has drastically improved development experience with near-instant hot module replacement and faster builds.

  6. TypeScript Support: While the original project used JavaScript only, this version has improved type safety through TypeScript integration.

Built With

  • React
  • Firebase
  • Vite
  • Tailwind
  • Bun

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Bun
    curl -fsSL https://bun.sh/install | bash

Installation

  1. Clone the repo
    git clone https://github.com/FalconEthics/quickie-notes.git
  2. Install packages
    bun install
  3. Create a .env file with your Firebase configuration
    VITE_FIREBASE_API_KEY=your_firebase_api_key
    VITE_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain
    VITE_FIREBASE_PROJECT_ID=your_firebase_project_id
    VITE_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket
    VITE_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id
    VITE_FIREBASE_APP_ID=your_firebase_app_id
  4. Start the development server
    bun run dev

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

LinkedIn Portfolio Instagram Gmail

Soumik Das - Feel free to reach out!

Project Link: https://github.com/FalconEthics/quickie-notes

Live Demo: https://quickie-notes.vercel.app

About

Quickie Notes is a modern note-taking application that allows users to quickly jot down thoughts, create to-do lists, and organize ideas. With a clean, intuitive interface and seamless cloud synchronization, your notes are accessible anywhere, anytime.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published