Giter Club home page Giter Club logo

synic-dx / little-lemon Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 138.91 MB

Meta Frontend Web Developer Capstone Project- Website for a fictional restaurant- made with create-react-app

Home Page: https://synic-dx.github.io/Little-Lemon/

License: MIT License

HTML 10.81% CSS 8.24% JavaScript 80.94%
capstone-project little-lemon little-lemon-capstone meta-front-end-web-development meta-frontend-capstone solutions capstone-project-solutions

little-lemon's Introduction

Little-Lemon

Meta Frontend Web Developer Capstone Project

(UNCOMPLETED: DEVELOPING) Website for a fictional restaurant- made with create-react-app. Tests HTML, CSS, JS, React, UI/UX and Git skills.

Static Badge

Landing Page Design

design preview

little-lemon's People

Contributors

synic-dx avatar

Watchers

 avatar

Forkers

khaleesiquinn

little-lemon's Issues

Anonymous reply only

Is this code correct?

<title>Book Store Website</title>

Book Store Website

<!-- Hero section -->
<section id="hero">
	<h2>Welcome to our Book Store!</h2>
	<p>Explore our vast collection of books and discover new titles.</p>
	<button>Start Shopping</button>
</section>

<!-- Featured books section -->
<section id="featured-books">
	<h2>Featured Books</h2>
	<ul>
		<li>
			<img src="book1.jpg" alt="Book 1">
			<h3>Book 1 Title</h3>
			<p>Book 1 Description</p>
			<button>Add to Cart</button>
		</li>
		<li>
			<img src="book2.jpg" alt="Book 2">
			<h3>Book 2 Title</h3>
			<p>Book 2 Description</p>
			<button>Add to Cart</button>
		</li>
		<li>
			<img src="book3.jpg" alt="Book 3">
			<h3>Book 3 Title</h3>
			<p>Book 3 Description</p>
			<button>Add to Cart</button>
		</li>
	</ul>
</section>

<section id="categories">
	<h2>Browse by Category</h2>
	<ul>
		<li><a href="#">Fiction</a></li>
		<li><a href="#">Non-Fiction</a></li>
		<li><a href="#">Biography</a></li>
		<li><a href="#">Self-Help</a></li>
	</ul>
</section>

<!-- About us section -->
<section id="about">
	<h2>About Us</h2>
	<p>We are a team of book lovers dedicated to bringing you the best selection of books.</p>
</section>

<!-- Contact us section -->
<section id="contact">
	<h2>Contact Us</h2>
	<p>Get in touch with us:</p>
	<ul>
		<li><a href="mailto:[email protected]">[email protected]</a></li>
		<li><a href="tel:+1234567890">+1234567890</a></li>
		<li><a href="#">Address: 123 Main St, Anytown, USA</a></li>
	</ul>
</section>

<!-- Footer section -->
<footer>
	<p>&copy; 2023 Book Store Website</p>
</footer>

<!-- Cart modal -->
<div id="cart-modal">
	<h2>Cart</h2>
	<ul>
		<!-- display cart -->
	</ul>
	<button>Checkout</button>
</div>

<script src="script.js"></script> 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.