npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

fentale-git

v0.0.2

Published

Mobile First Dynamic Restaurant Page

Downloads

3

Readme

fentale-restaurant

Mobile First Dynamically Rendered By JS Restaurant Page

Restaurant Page

This is a simple restaurant page built with HTML, CSS, and JavaScript, and bundled using webpack. The page is rendered dynamically by using JavaScript to manipulate DOM elements.

This project was built to demonstrate the skills and concepts of ES6 modules, webpack, and code organization. It was developed as part of The Odin Project's full-stack web development curriculum.

Tools

    -HTML
    -CSS
    -JAVASCRIPT
    -WEBPACK

Installation

To run this project locally, you'll need to have Node.js and npm installed on your machine. Once you have those installed, follow these steps:

  1. Clone this repository to your local machine using git clone.
  2. Navigate to the project directory in your terminal.
  3. Run npm install to install the project's dependencies.
  4. Run npm run build to bundle the project's JavaScript files using webpack.
  5. Open the index.html file in your web browser to view the restaurant page.

Alternatively, you can simply visit the live version of the page here ↗

Usage

This restaurant page is a simple, static website with no back-end functionality. It is intended to showcase the use of JavaScript to manipulate the DOM and render dynamic content.

The page consists of a header, a navigation menu, and four sections: Home, Menu, Reservation and Contact. The Home section displays a welcome message and a featured dish. The Menu section displays a list of menu items, the Reservation displays a form to book a table and the Contact section displays the restaurant's contact information.

Acknowledgements

This project was built as part of The Odin Project's JavaScript full-stack web development curriculum. The Odin Project is a free, open-source curriculum for learning web development. You can learn more about The Odin Project and their curriculum here ↗.

Found this project useful?

If you found this project useful, please consider giving it a ⭐️ and/or fork it. Thank you!