KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
atherosai_ui
★ 12
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
android-webview-sample
:
Android WebView Sample
Cafe-Display-System-Upgraded-Version-
:
No description available.
Hotel_Management_system_using_c
:
Hotel Management System: Create a management system with backup data of customer.
pspgo-baryon-sweeper-jig-guide
:
No description available.
dv-ros2
:
ROS2 wrapper for iniVation event cameras using dv-processing.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
atherosai_ui
?
Download (.md)
# Modern Frontend Developer: HTML and CSS Learn more with me [Modern Frontend Developer: HTML and CSS](https://learning.atheros.ai/course-detail/modern-frontend-developer-html-and-css) * Modern Frontend Developer Ebook (almost 500 pages) * UI Components Collection * Frontend Resources * Quizzes And Certificate! * Interactive Tutorials (coming soon) * Coding Quizzes (coming soon) * Video Course (coming soon) This is repository with examples of simple UI components. The repository is based on Next.js and React.js. # Installation * Clone the repo with ``` git clone git@github.com:atherosai/ui.git ``` # For HTML/CSS/JS Just navigate to the folder with your chosen example and open html file in the browser. # For React Examples * Install npm packages ``` npm i ``` * Run development mode ``` npm run dev ``` Now the app is accessible at ```localhost:3000```