Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusadc/cardapiodigitalreact
This project represents, in a summarized and generic way, a menu created using the JavaScript library, React. Additionally, the JSX syntax extension was used in part of the code, such as in the 'Navegação' component. Finally, the chosen local development server was Vite.
https://github.com/matheusadc/cardapiodigitalreact
javascript jsx reactjs
Last synced: 8 days ago
JSON representation
This project represents, in a summarized and generic way, a menu created using the JavaScript library, React. Additionally, the JSX syntax extension was used in part of the code, such as in the 'Navegação' component. Finally, the chosen local development server was Vite.
- Host: GitHub
- URL: https://github.com/matheusadc/cardapiodigitalreact
- Owner: MatheusADC
- Created: 2024-04-09T02:42:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T15:37:55.000Z (10 days ago)
- Last Synced: 2025-01-20T16:43:23.026Z (10 days ago)
- Topics: javascript, jsx, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This project represents, in a summarized and generic way, a menu created using the JavaScript library, React. Additionally, the JSX syntax extension was used in part of the code, such as in the 'Navegação' component. Finally, the chosen local development server was Vite.# Page
![image](https://github.com/user-attachments/assets/63d40228-f245-4ac5-a487-e9e8f188d096)
# Commands in the terminal
### Create project
```
npm create vite@latest
```
### Run local project
```
npm run dev
```> [!CAUTION]
> The command above only works in the root directory.