Refactored code, working with database data

This commit is contained in:
2023-09-08 08:59:21 -04:00
parent 8c2a6368ad
commit 17b76ade1f
19 changed files with 211 additions and 379 deletions

24
README.md Executable file
View File

@@ -0,0 +1,24 @@
# Aviation Weather
# Getting Started
The main installed packages are the following:
- [Next.js](https://nextjs.org/docs)
- [ESLint](https://eslint.org/docs/latest/rules/)
- [Typescript](https://www.typescriptlang.org/docs/)
ESLint rules can be configured in the `.eslintrc.json` file.
Prettier rules can be configured in the `.prettierrc.json` file.
TypeScript rules can be configured in the `.tsconfig.json` file.
Next.js (React Framework)
- [Next.js Project Structure](https://nextjs.org/docs/getting-started/project-structure)
- [Next.js App Routing](https://nextjs.org/docs/app/building-your-application/routing)
- [Next.js Pages Routing](https://nextjs.org/docs/pages/building-your-application/routing)
Redux
- [Getting Started](https://redux.js.org/introduction/getting-started)
- [Code Structure](https://redux.js.org/faq/code-structure)
- [React Redux](https://redux.js.org/faq/react-redux)
## Makefile
`make help` to list all commands