Skip to content

fsmosca/ReactPy-Navbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactPy-Navbar

Creates navbar using ReactPy with Bootstrap 5 styling.

A. Home

image

B. Blog

image

C. Small Screen

image

This code is linked to my article in blogspot.

Setup

  • Install Python 3.9 or above.
  • To get a copy of the whole repository
git clone https://github.com/fsmosca/ReactPy-Navbar.git
  • cd to reactpy-navbar.
  • Install dependencies.
pip install -r requirements.txt
  • Run the app.
uvicorn navbar:app

Credits