Skip to content

Add frontend for user creation and authorization#7

Open
Yurzs wants to merge 24 commits into
masterfrom
add-frontend
Open

Add frontend for user creation and authorization#7
Yurzs wants to merge 24 commits into
masterfrom
add-frontend

Conversation

@Yurzs

@Yurzs Yurzs commented Mar 11, 2025

Copy link
Copy Markdown
Owner

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