Skip to content

alexpqbt/lookupper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

An React app for my personal use to find hospital documents quickly to avoid manually browsing the binder.

Things I learned

  • Design philosophy of React
  • Reinforcement of concepts of React

Installation

# Clone the repository
git clone https://github.com/alexpqbt/lookupper
cd lookupper

# Install dependencies
npm install

Usage

Run in development mode:

npm run dev
  • This starts Vite’s development server.
  • Open http://localhost:5173 (default) in your browser.

Build for production:

npm run build
  • The production-ready files will be in the dist folder.

Preview the production build locally:

npm run preview

About

For my use case that locates hospital documents without requiring manual lookup in a binder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors