This is a website project built with React and Next.js for a sushi restaurant called Norishi. The website features several sections such as homepage, menu, restaurant information, and contact form.
- Node.js
- npm ou yarn
- react-slick
- React Icons
- Clone the Repository:
git clone https://github.com/VictorBravim/Norishi.git
- Navigate to the project directory:
cd Norishi
- Install Dependencies:
npm install
# ou
yarn install
- components/: Contains the reusable React components used in different parts of the website.
- pages/: Contains the React pages that are rendered in specific routes.
- public/: Contains static files such as images and fonts.
- styles/: Contains global styles files and Tailwind CSS settings.
- This project is licensed under the MIT License.