"kiroku" is a support tool that helps you save progress updates and insights to local storage. It uses Vue.js and Element UI to provide a simple user interface for logging daily activities. This project was inspired by the functionality and design observed on Bunpost.
- Text Input: Log your progress and insights into a textarea.
- Timeline Display: Entries are displayed on a timeline in reverse chronological order.
- Local Storage: Entries are saved to your browser's local storage, persisting through page reloads.
# Clone the repository
git clone https://github.com/toooku/kiroku.git
# Move into the directory
cd kiroku
# Install dependencies if necessary
npm install
To get started with the tool, follow these steps:
- Enter your progress and insights into the textarea.
- Click the 'Update' button to log your entry.
- Entries are displayed in the timeline in reverse order, with the latest information at the top.
Entries are automatically saved to your browser's local storage, so data is not lost on page reload.
Provides a clean and intuitive interface using Element UI. Styles are customized with scoped CSS.