/Tutoria

A digital study platform

Primary LanguageJavaScriptMIT LicenseMIT

Tutoria

Tutoria is a free online learning platform built with React, Vite, and AOS (Animate On Scroll) animations. It aims to provide high-quality educational content to users worldwide.

Features

  • Access a wide range of courses covering various subjects, from programming and web development to language learning and business management.
  • Enjoy a seamless learning experience across all devices, including desktops, tablets, and smartphones.
  • Enhance user experience by 70% with elegant AOS animations that bring content to life as users scroll through the website.

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • Vite: A next-generation frontend tooling for React projects, providing fast build times and instant server startup.
  • AOS: Animate On Scroll library for adding stunning animations to web pages.

Getting Started

  1. Clone the repository:
git clone https://github.com/your-username/tutoria.git
  1. Install dependencies:
cd tutoria
npm install
  1. Start the development server:
npm run dev

Open your browser and navigate to http://localhost:3000 to view the website.

License

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

Acknowledgements