An application used to show the menu and help the restaurant staff in analyzing and organizing orders.
This project is currently in development. Users can scroll in the landing page and go to the login page and see the cart
- TypeScript and JavaScript With ReactJS
- Redux for State manegment
- React Router for routing
- Pure CSS in addintion to Tailwind CSS and Bootstrap 5
- Google Firebase for storing data in information
- Webpack for bundling
- Toolkits : Font Awesome and Material Design
- Netlify for hosting
Clone down this repository. You will need node and npm installed globally on your machine.
Installation:
npm install
To Run Test Suite:
npm test
To Start Server:
npm start
To Visit App:
localhost:3000
This was a 6 week long project not finished yet, built during WeCode Bootcamp for Front-End development. Project goals included using technologies learned up until this point and familiarizing myself with documentation for new features.
At the end of the day, the technologies implemented in this project are React, React-Router 6.3.0, Redux, Typescript, and a significant amount of VanillaJS, JSX, and CSS.