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.
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.
This app incorporates cutting-edge development practices and design systems, including:
Check out the interactive Figma design for a visual preview of what weโre building!
Follow these steps to set up the project locally and start exploring:
Clone the repository:
git clone https://github.com/bruno-keiko/Restaurant-app.git
Navigate to the project directory:
cd restaurant-app
Install the dependencies:
npm install
Start the storybook for component exploration:
npm run storybook
Run the development server:
npm run dev
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:
Don't hesitate to break things and learn from the processโthatโs the essence of this project!
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:
git checkout -b feature-or-fix-name
git commit -m "feat: describe your changes"
git push origin feature-or-fix-name
Please refer to the CONTRIBUTING.md file for more details on how to get started.
This project exists thanks to all the amazing people who have contributed! Check out the Contributors Graph to see everyone who has helped out.
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.