Skip to content

Commit

Permalink
added screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rjanain committed Nov 3, 2024
1 parent ab3ebae commit 6ebfea2
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

- [Introduction](#introduction)
- [Features](#features)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Theme Customization](#theme-customization)
- [Using JSON Server for Local Development](#using-json-server-for-local-development)
Expand All @@ -37,6 +38,30 @@ This boilerplate project provides a foundation to build a React web application
- **JSON Server**: Mock backend API for local development.
- **Optimized Builds**: Single-file output using Vite for seamless Google Apps Script deployment.

## Screenshots

Here are some screenshots demonstrating the application in action:

### Homepage and About

<div style="display: flex; justify-content: space-around;">
<img src="screenshots/1.png" alt="Homepage" width="45%">
<img src="screenshots/2.png" alt="Dashboard" width="45%">
</div>


### Various Themes

<div style="display: flex; justify-content: space-around;">
<img src="screenshots/3.png" alt="Settings Page" width="45%">
<img src="screenshots/4.png" alt="Theme 1" width="45%">
</div>
<div style="display: flex; justify-content: space-around;">
<img src="screenshots/5.png" alt="Theme 2" width="30%">
<img src="screenshots/6.png" alt="Theme 3" width="30%">
<img src="screenshots/7.png" alt="Theme 3" width="30%">
</div>

## Installation

### Prerequisites
Expand Down
Binary file added screenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ebfea2

Please sign in to comment.