An open API service indexing awesome lists of open source software.

https://github.com/krishnakant-n/note-keeper-app

A Note-Keeper app build using vite+react and firebase.
https://github.com/krishnakant-n/note-keeper-app

firebase react-router reactjs

Last synced: 3 months ago
JSON representation

A Note-Keeper app build using vite+react and firebase.

Awesome Lists containing this project

README

          

# Note Keeper App

A simple **Note Keeper** app built using **React**, **Firebase**, and **Tailwind CSS**. This app allows users to create, edit, delete, and manage notes. Notes can be pinned to the top for quick access.

## Features
- **Create Notes**: Easily add new notes with a title, body, and tagline.
- **Edit Notes**: Modify existing notes, including updating the title, tagline, and body.
- **Delete Notes**: Remove any unwanted notes.
- **Pin Notes**: Mark notes as "pinned" to keep them at the top of the list.
- **Responsive Design**: Built with Tailwind CSS for a clean and responsive design.

## Tech Stack
- **React**: Frontend library for building the user interface.
- **Firebase**: Backend as a service (BaaS) for Firestore database and hosting.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **Vite**: Fast build tool for modern web development.