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.
https://react-empanadas-production.up.railway.app
Download
Clone the project
git clone https://github.com/mudaston/React-Empanadas.gitGo to the project directory
cd React-EmpanadasInstall dependencies
npm installStart the server
npm run build npm run start
Open in a browser
http://localhost:3000I 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.



