bruno-keiko / Restaurant-app

This application has been created using Next.js. https://tmrestoran.vercel.app/
https://restaurant-app-components.vercel.app
MIT License
15 stars 25 forks source link
hacktoberfest hacktoberfest-accepted nextjs14 reactjs sass storybook

๐Ÿฝ๏ธ Restaurant App

Welcome to the Restaurant App project! This application serves as a dynamic learning platform aimed at helping developers master modern web technologies such as React, Sass, TypeScript, and more.

๐Ÿ“š Purpose

The primary goal of this project is educational. It provides a practical sandbox where developers can experiment with real-world technologies and methodologies. Whether youโ€™re new to web development or looking to sharpen your skills, this project is an excellent place to start.

๐Ÿš€ Features

This app incorporates cutting-edge development practices and design systems, including:

๐Ÿ’ก Explore the UIX

Check out the interactive Figma design for a visual preview of what weโ€™re building!

๐Ÿ› ๏ธ Setup

Follow these steps to set up the project locally and start exploring:

  1. Clone the repository:

    git clone https://github.com/bruno-keiko/Restaurant-app.git
    
  2. Navigate to the project directory:

    cd restaurant-app
    
  3. Install the dependencies:

    npm install
  4. Start the storybook for component exploration:

    npm run storybook
    
  5. Run the development server:

    npm run dev

๐ŸŽฎ Usage

This project is your playground! Experiment with the codebase, modify components, and try out new features. The app is intended to help you practice and refine your web development skills, so feel free to explore and extend the functionalities.

Here are a few suggestions to get started:

  1. Modify Components: Customize existing components or add new ones to better understand how component architecture works.
  2. Experiment with Styling: Use Sass or CSS Modules to experiment with different styles and see the impact on the appโ€™s design.
  3. Add New Features: Implement new features such as a shopping cart, user authentication, or a menu page to challenge yourself.
  4. Testing: Write unit tests using Jest and end-to-end tests with Cypress to ensure your code is reliable and bug-free.

Don't hesitate to break things and learn from the processโ€”thatโ€™s the essence of this project!

๐Ÿค Contribution

We welcome contributions from developers of all skill levels! Whether you're fixing a bug, adding new features, or improving documentation, your help is appreciated.

To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or fix:
    git checkout -b feature-or-fix-name
  3. Make your changes and commit them using Conventional Commits:
    git commit -m "feat: describe your changes"
  4. Push your branch:
    git push origin feature-or-fix-name
  5. Open a pull request and describe the changes you made.

Please refer to the CONTRIBUTING.md file for more details on how to get started.


Our Valuable Contributors โค๏ธโœจ

This project exists thanks to all the amazing people who have contributed! Check out the Contributors Graph to see everyone who has helped out.

Contributors


๐Ÿ“œ License

This project is licensed under the MIT License, meaning youโ€™re free to use, modify, and distribute this software as long as the original license is included. For more information, please see the LICENSE file.