This project demonstrates a simple Express web app with a GUI featuring buttons and a burger menu with a sliding left panel.
Make sure you have Node.js and npm installed on your machine.
- Clone the repository
git clone https://github.com/toaster-code/project_webapp.git
- Navigate to the project directory
cd project_webapp
- Install dependencies
npm install
Access the web app at http://localhost:3000. Clicking at the burger menu should slide in the left panel.
───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.
Feel free to contribute to the project by submitting issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.