Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add frontend for user creation and authorization #7

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

Yurzs
Copy link
Owner

@Yurzs Yurzs commented Mar 11, 2025

No description provided.

@Yurzs Yurzs force-pushed the add-frontend branch 11 times, most recently from e47195c to 839c35d Compare March 14, 2025 11:20
Yurzs and others added 5 commits March 15, 2025 17:47
Add initial React app setup with user creation and authorization components

* **frontend/package.json**
  - Set package name to `ollama-x`
  - Add dependencies: React, ReactDOM, React Router, axios, Bootstrap
  - Add scripts for building and running the app

* **frontend/public/index.html**
  - Link to Bootstrap CSS file for design

* **frontend/src/App.js**
  - Create main application component
  - Define routes for user creation and authorization components
  - Import Bootstrap CSS

* **frontend/src/index.js**
  - Create entry point for the React app
  - Render the App component into the root element

* **frontend/src/components/UserCreation.js**
  - Create user creation component with form and submission logic

* **frontend/src/components/UserAuthorization.js**
  - Create user authorization component with form and submission logic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant