Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# description icon 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 icon Page

![image](https://github.com/user-attachments/assets/63d40228-f245-4ac5-a487-e9e8f188d096)

# terminal icon 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.