Skip to content

AILAB-CEFET-RJ/atmoseer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atmoseer-app-frontend

Get started

Clone the repository

git clone https://github.com/rhyanpinto/atmoseer-app-frontend.git
cd atmoseer-app-frontend

Initialize atmoseer project

git submodule update --init --progress

Project structure

atmoseer-app-frontend
├── atmoseer_app_frontend
│   ├── node_modules
│   ├── public
│   ├── src
│   │   ├── assets
│   │   ├── components
│   │   ├── lib
│   │   ├── pages
│   │   │   └── Home.tsx
│   │   ├── App.tsx
│   │   ├── main.tsx
│   │   ├── routes.tsx
│   │   └──  vite-env.d.ts
│   ├── .eslintrc.cjs
│   ├── .gitignore
│   ├── index.html
│   ├── package.json
│   ├── README.md
│   ├── tsconfig.json
│   ├── tsconfig.node.json
│   ├── vite.config.ts
│   └──  yarn.lock
├── atmoseer-app-backend
├── .gitmodules
├── LICENSE
└──  README.md

About

An mobile app to visualize precipitation forecasting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published