Skip to content

szenadam/burgerbuilder

Repository files navigation

Udemy -- React - The Complete Guide Course Project

Node.js CI

This project was bootstrapped with Create React App.

Requirements

  • Nodejs >= 14.18
  • npm >= 8.2

Available Scripts

npm start

Runs the app in the development mode. http://localhost:3000.

npm test

Run tests.

npm run build

Builds the app for production to the build folder.

TODO

  • Add prop types where necessary
  • Users should be able to delete orders
  • Needs more tests, maybe add test coverage report also
  • i18n using 'context' in react
  • Multi-theme UI using 'context' in react