https://github.com/ibrsec/ultra-react
https://github.com/ibrsec/ultra-react
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ibrsec/ultra-react
- Owner: ibrsec
- Created: 2024-04-26T14:30:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T11:48:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:36:37.265Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ultra-react.vercel.app
- Size: 350 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ultra React App
An awesome Ultra React App
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
๐ Table of Contents ๐
---
## โน๏ธ About The Project
[](https://ultra-react.vercel.app/)
---
๐ฏ Used React environment
๐ฅ User can list cities and people under own tabs after login
๐ฉ For login
๐ฉ email: jhon_doe@ultrareact.com
๐ฉ password: ultra-jhon
```sh
# clone the project
git clone https://github.com/ibrsec/ultra-react.git
# enter the project directory
cd ultra-react
# install dependency
npm install || yarn install
# develop
npm run dev || yarn start
```
```diff
ultra-react (folder)
|
|---public (folder)
|
+ |---src (folder)
| |---img (folder)
| |
| |---pages (folder)
| |
| |---components (folder)
| |
| |---context (folder)
| |
| |---App.js
| |---App.css
| |---Index.js
| โ---Index.css
|
|----package.json
|----tailwind.config.js
|----yarn.lock
โ----readme.md
```
---