Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcos-monte/next-restaurant


https://github.com/marcos-monte/next-restaurant

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Interactive Menu Page πŸ’»


Layout β€’
Technologies β€’
Getting Started


The project consists of an interactive menu page, designed to provide users with a dynamic experience when exploring different categories of dishes, such as starters, pastas, drinks, etc. Interactivity is enhanced by the following functionalities:

- Dynamic Navigation by Categories:

Users can explore the various categories of dishes dynamically, adjusting the content of the page based on their actions.

- Search by Name:

A search box allows users to search by name. The search is triggered automatically from the third letter entered, providing a quick and efficient response.

- Customizable Theme Mode:

Users can customize the visual experience by switching between Dark Mode and Light Mode to suit their preferences.


πŸ“± Visit this Project

🎨 Layout


Layout Light Mode
Layout Dark Mode

πŸ’» Technologies

- Next.js
- React.js
- JavaScript
- Git / Github

πŸš€ Getting started

```bash
npm run dev
```

Prerequisites

- Framework React: [NextJS](https://nextjs.org/)
- Ambiente JavaScrip: [NodeJS](https://nodejs.org/en)
- Controle de VersΓ£o: [Git](https://git-scm.com/)

Cloning

How to clone the project

```bash
git clone https://github.com/Marcos-Monte/next-restaurant
```

Starting

How to start the project

```bash
cd next-restaurant
npm run dev
```

Address

How to access the project in the browser

```bash
http://http://localhost:3000/
```