GithubHelp home page GithubHelp logo

landing_page_growhut's Introduction

Eddflix

Join Eddflix & harness the power of education to "change the world, one payment at a time."

Table of Contents

Project Overview

Eddflix is an educational platform aimed at leveraging the power of education to make a global impact. This project includes various sections such as Hero Section, Perks Section, Steps Section, Benefits Section, and a Footer, all designed to provide a seamless user experience.

Features

  • Hero Section: Highlights the main message and call to action.
  • Perks Section: Details the perks of joining Eddflix.
  • Steps Section: Guides users through the process of getting started.
  • Benefits Section: Outlines the benefits of using Eddflix.
  • Footer: Provides links to important pages and social media icons.

Technologies Used

  • React.js: Frontend library for building user interfaces.
  • Next.js: Framework for server-rendered React applications.
  • CSS Modules: For styling components.
  • FontAwesome: For adding icons.
  • GitHub Pages: For deployment.

Getting Started

Prerequisites

  • Node.js (v14.0.0 or later)
  • npm (v6.0.0 or later)

Installation

  1. Clone the repository:
git clone https://github.com/your-username/eddflix.git
cd eddflix
  1. Install the dependencies:
npm install

Running the Project

To start the development server, run:

npm run dev

Open your browser and navigate to http://localhost:3000 to see the application running.

Deployment

This project can be deployed to GitHub Pages using the following steps:

  1. Build the project:
npm run build
  1. Export the project:
npm run export
  1. Deploy the out directory to GitHub Pages. You can use the gh-pages package to do this easily:
npm install --save-dev gh-pages

Add the following scripts to your package.json:

"scripts": {
  "predeploy": "npm run build && npm run export",
  "deploy": "gh-pages -d out"
}

Deploy the project:

npm run deploy

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure that your code follows the project's coding standards and includes tests for any new functionality.

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Create a pull request

License

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

landing_page_growhut's People

Contributors

tanmay0922 avatar

Watchers

 avatar

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.