A local pizzeria in Valencia made with Next.js.
Link to project: https://ringo-bar.vercel.app/
Tech used: HTML, CSS, JavaScript, Next.js APIs used: None
- First website using Next.js. All components were styled mostly with Material-UI.
Could of use the Next.js Image Component instead of the standard html img tag. The Next.js Image component can help with minification of the file size thus improving the performance of the image depending on device the user is using and the data speed of their provider. Intergrate Glovo and Just Eat API to make ordering within the site. The data that is rendering the menu can be retrieved from a third party database provider such as Airtable, MongoDB, or PostgreSQL: but in this case for this simple app Airtable will be likely. This use of third party apis requires a serverless function to be called.
👩💻 First Project to implement Next.js ✅ Use of .babelrc to use @emotion for its utilization of js based css. ✅ Learn how to make a resusable Meta component for each page and setting them as defaults.
Personal Website: https://markrasavong.com/
My Github Repository: https://github.com/markRasavong?tab=repositories