Diary Browser is a web application built with React and TypeScript that allows users to browse and read diary entries. The application is designed to be a single-page application (SPA) and is hosted on GitHub Pages.
You can access the live version of the application at Diary Browser.
- Browse diary entries
- Responsive design
- Skeleton loading for better user experience
- Hosted on GitHub Pages
- TypeScript
- React
- TailwindCSS
- HeadlessUI
- npm
- clsx
To get a local copy up and running, follow these simple steps.
- Node.js and npm installed on your machine
- Clone the repo
git clone https://github.com/your-username/diary-browser.git
- Install NPM packages
npm install
- Start the development server
npm run dev
- Open your browser and navigate to
http://localhost:5173
- Browse and read diary entries
The application is deployed on GitHub Pages. To deploy your own version, follow these steps:
- Build the project
npm run build
- Deploy to the
pages
branch manually
Special thanks to @rafgraph for providing spa-github-pages, which makes it possible to host this single-page application on GitHub Pages.
Distributed under the MIT License. See LICENSE
for more information.