/learnify

The front-end landing page of an e-learning platform.

Primary LanguageJavaScript

Learnify

  • The Front-end Landing Page of an e-learning platform.
  • Built with React.js and Tailwind CSS using create-react-app.

Installation

To get started with Learnify locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/charankumaregd/learnify.git
  2. Navigate to the project directory:

    cd learnify
  3. Install the dependencies:

    npm install
  4. Run the app in development mode:

    npm start