Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcos-monte/next-restaurant
https://github.com/marcos-monte/next-restaurant
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcos-monte/next-restaurant
- Owner: Marcos-Monte
- Created: 2024-01-23T23:23:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-29T23:16:54.000Z (11 months ago)
- Last Synced: 2024-03-01T00:27:19.556Z (11 months ago)
- Language: JavaScript
- Homepage: https://next-restaurant-ecru.vercel.app/
- Size: 48.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
π¨ Layout
π» 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/
```