Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facuperezm/locoheraldo-menu
🍕 Menu developed for local business with React
https://github.com/facuperezm/locoheraldo-menu
i18n nextjs react reactjs tailwindcss vercel
Last synced: 2 days ago
JSON representation
🍕 Menu developed for local business with React
- Host: GitHub
- URL: https://github.com/facuperezm/locoheraldo-menu
- Owner: facuperezm
- Created: 2022-10-27T21:38:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T17:14:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T22:40:05.082Z (2 months ago)
- Topics: i18n, nextjs, react, reactjs, tailwindcss, vercel
- Language: JavaScript
- Homepage: https://locoheraldo.vercel.app
- Size: 588 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loco Heraldo Website
This is a freelance project developed for a local company.
**Link to project:**
[locoheraldo.vercel.app](https://locoheraldo.vercel.app/)
![screenshot](./public/images/screenshot.jpeg)
## Tools I used for this project:
- ReactJS
- Next.js
- i18n Routing featured on [Next.js](https://nextjs.org/docs/advanced-features/i18n-routing)
- TailwindCSS
- Deployed on [Vercel](https://vercel.com/)## Optimizations
- I want to add in a futured a database for updating the values as easy as possible. It could go from using a Google Sheets form, to a Firebase realtime database to make it easy.
- Add small animations and transitions## Continuous learning
It was required for this project that the website supports both english and spanish translation, so I took advantage of i18n features in NextJS to make changing languages fast and smooth. This also taught me more on how to shape the frontend design as I want with TailwindCSS which is a strong tool to use on any project.