🍕 SolidJS Frontend for The Spoon 🍕
A project for
Software Engineering
courses of Computer Science at University of Salerno.
"TheSpoonFrontend" is the official TheSpoon web-client, based on SolidJS. It was created for the Software Engineering Exam project at the Univerisity of Salerno.
This client provides users with a modern and user-friendly graphical user interface (GUI) to seamlessly interact with The Spoon API.
Build with Javascript, SolidJS, and love ❤️
The Spoon consists of three main components: TheSpoon (Rest Server API), TheSpoonFrontend (SolidJS Frontend) and TheSpoonBot (Telegram Bot Server)
- Node JS and NPM installed on your computer
- First make a clone of the repository
git clone https://github.com/pascareddum/TheSpoonFrontend.git
- Move to the project directory and install dependencies
npm install
- Run the application locally:
npm run dev
-
Start TheSpoonBot, companion Telegram Bot to receive notification regarding food order and reservation, installation guide here
-
Start TheSpoon, the core API server that handles various functionalities and interactions., installation guide here
-
Visit http://localhost:3000 in your browser to access TheSpoonFrontend.
-
Have fun! Happy Dining!
- HTML5 - The markup language used for the front-end.
- Javascript - The programming language used for the front-end development.
- SolidJS - The js framework used for the front-end.
- TailwindCSS - The CSS framework used for the front-end.
- Love ❤️
