Reflect. Rate. Relive the art that moves you.
MuseMeter is a personal React Single Page Application (SPA) that helps you maintain records of books, movies, poems, and music you’ve experienced. It allows you to log ratings, genres, and personal thoughts, making it easy to revisit and reflect on your journey through art.
This version of MuseMeter is a simple React SPA with no backend. It uses local storage to save entries.
For a more advanced version, check out MuseMeter 2.0 — a full-stack web application built with the MERN stack (MongoDB, Express.js, React, Node.js).
In the project directory, you can run:
npm start → Runs the app in development mode at http://localhost:3000 .
npm run build → Builds the app for production in the build/ folder.
npm test → Launches the test runner.
Frontend: React (bootstrapped with Create React App), HTML
Styling: CSS
Record and organize books, movies, poems, plays and music.
Rate and categorize each entry.
Add personal reflections to capture your thoughts.
Clean and simple UI for quick access.
This project was bootstrapped with Create React App.