Skip to content
/ ellevo Public

Ellevo is a simple landing page designed to sell a single product. Built with Next.js and Tailwind CSS, it provides a clean and responsive interface to showcase product effectively.

Notifications You must be signed in to change notification settings

ehmasuk/ellevo

Repository files navigation

Ellevo

Ellevo is a simple landing page designed to sell a single product. Built with Next.js and Tailwind CSS, it provides a clean and responsive interface to showcase product effectively.

Live demo

https://ellevo.vercel.app

Features

  • Product Showcase: Highlight product with compelling visuals and descriptions.
  • Responsive Design: Optimized for various devices using Tailwind CSS.
  • Fast Loading: Leveraging Next.js for optimized performance and quick load times.

Getting Started

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/ehmasuk/ellevo.git
  2. Navigate to the project directory:

    cd ellevo
  3. Install dependencies:

    Using npm:

    npm install

    Or using yarn:

    yarn install

Development

To start the development server:

Using npm:

npm run dev

Or using yarn:

yarn dev

Open http://localhost:3000 in browser to view the application.

Building for Production

To build the application for production:

Using npm:

npm run build

Or using yarn:

yarn build

This will generate an optimized build in the .next directory.

Starting the Production Server

After building the application, you can start the production server:

Using npm:

npm start

Or using yarn:

yarn start

Project Structure

  • app/: Contains the main application components and pages.
  • components/: Reusable UI components.
  • database/: Database configurations and connections.
  • helpers/: Utility functions and helpers.
  • hooks/: Custom React hooks.
  • models/: Data models and schemas.
  • public/: Static assets like images and fonts.

Technologies Used

  • Next.js: React framework for server-side rendering and static site generation.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • TypeScript: Superset of JavaScript for type safety.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

  • Vercel: Hosting platform for the live application.
  • Geist: Font family used in the project.

About

Ellevo is a simple landing page designed to sell a single product. Built with Next.js and Tailwind CSS, it provides a clean and responsive interface to showcase product effectively.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages