This is the front-end repository for VirtuLearn, an innovative E-learning platform designed to enhance the quality of education in Rwanda.
VirtuLearn's front-end is built using React with TypeScript for a robust and statically-typed codebase. Tailwind CSS is employed for styling, ensuring a clean and responsive user interface.
Make sure you have Node.js and npm installed on your machine.
-
Clone the repository: git clone https://github.com/AristideI/Virtulearn-fn.git
-
Navigate to the project directory: cd virtulearn-frontend
-
Install dependencies: npm install
The following npm scripts are available:
-
Development Server: npm run dev
-
Build: npm run build
-
Linting: npm run lint Lints the TypeScript code using ESLint.
-
Preview Production Build: npm run preview Previews the production build locally using Vite.
- src/: Contains the source code for the React components and TypeScript files.
- public/: Houses static assets and the HTML template.
- tailwind.config.js: Configuration file for Tailwind CSS.
Feel free to contribute to VirtuLearn by submitting issues or pull requests.
License This project is licensed under the MIT License.