Express GUI Project

This project demonstrates a simple Express web app with a GUI featuring buttons and a burger menu with a sliding left panel.

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository
git clone https://github.com/toaster-code/project_webapp.git
  1. Navigate to the project directory
cd project_webapp
  1. Install dependencies
npm install

Access the web app at http://localhost:3000. Clicking at the burger menu should slide in the left panel.

Project Structure

───project_webapp: Root folder of the project
   │
   ├───server.js: Express server script.
   │ 
   ├───public: Contains static files (styles and scripts).
   │   │
   │   ├───styles: CSS files.
   │   │
   │   └───scripts: JavaScript files.  
   │  
   └───views: HTML files.

Contributing

Feel free to contribute to the project by submitting issues or pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.