Test the project yourself: Teste the project here!!!
export default function AppRouter() {
return (
<main className='container'>
<Router>
<Menu />
<Routes>
<Route path='/' element={<PaginaPadrao />}>
<Route index element={<Inicio />} />
<Route path='cardapio' element={<Cardapio />} />
<Route path='/sobre' element={<Sobre />} />
</Route>
<Route path='prato/:id' element={<Prato />} />
<Route path='*' element={<NotFound />} />
</Routes>
</Router>
<Footer />
</main>
);
}
- TypeScript;
- Scss;
- React Router Dom.
- Website - My GitHub
- Frontend Mentor - @lucasbailo
- Instagram - @lucassbailo
- LinkedIn - Lucas Bailo