Skip to content

:atom: This site is an online store for ordering food. Created with next js and redux tools and also has multilingual that created with i18next library.

Notifications You must be signed in to change notification settings

mudaston/React-Empanadas

Repository files navigation

React Empanadas 🥟

GitHub repo size GitHub code size in bytes

This site is an online store for ordering food. Created with next js and redux tools and also has multilingual that created with i18next library.


Demo

https://react-empanadas-production.up.railway.app


Screenshots

Lighthouse

Summary

PDF file with all info

Download

System Requirements


Run Locally

Clone the project

  git clone https://github.com/mudaston/React-Empanadas.git

Go to the project directory

  cd React-Empanadas

Install dependencies

  npm install

Start the server

  npm run build
  npm run start

Open in a browser

  http://localhost:3000

Lessons Learned

I learned a little about typescript, how to work with the redux toolkit, implement multilingualism on a site with the i18next library, and most importantly, I learned how to work with next js and compile pages before sending them to users. Thus, the server compiles all the page code, and the user only needs to get it.