Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bouzayenilyes/eduor
Eduor is a sleek, modern, and fully responsive education template built with Next.js. It is designed for online learning platforms, schools, universities, and any educational institution looking to establish a robust online presence.
https://github.com/bouzayenilyes/eduor
nextjs reactjs schdn-ui tailwindcss typescript
Last synced: 21 days ago
JSON representation
Eduor is a sleek, modern, and fully responsive education template built with Next.js. It is designed for online learning platforms, schools, universities, and any educational institution looking to establish a robust online presence.
- Host: GitHub
- URL: https://github.com/bouzayenilyes/eduor
- Owner: bouzayenilyes
- License: mit
- Created: 2024-11-11T07:58:49.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T14:58:49.000Z (22 days ago)
- Last Synced: 2024-12-01T15:27:49.736Z (22 days ago)
- Topics: nextjs, reactjs, schdn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://eduor-teal.vercel.app
- Size: 17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eduor - Education Next.js Template
Eduor is a sleek, modern, and fully responsive education template built with Next.js. It is designed for online learning platforms, schools, universities, and any educational institution looking to establish a robust online presence.
![Eduor Template](https://elements-resized.envatousercontent.com/elements-cover-images/4e46afc0-cab6-45d7-8c0b-09f33e4de0ef?w=2038&cf_fit=scale-down&q=85&format=auto&s=32491997c78a5b399506498b979203d6ede2b7cc04703e3eea9a3959bbfd44c6)
## Features
- **Next.js Framework**: Powered by the latest Next.js framework for optimal performance and SEO.
- **Responsive Design**: Fully responsive and optimized for all devices, from desktops to mobile phones.
- **Modern UI/UX**: Clean and user-friendly interface with intuitive navigation.
- **Educational Focus**: Includes specialized components for courses, instructors, and student management.
- **Dynamic Content**: Easy content management with dynamic and static rendering support.
- **SEO Optimized**: Built-in SEO best practices to help your site rank higher on search engines.
- **Fast and Lightweight**: Optimized for speed and efficiency, ensuring fast load times.
- **Customizable**: Easily adaptable to suit your branding and functionality needs.## Technologies Used
- **React**: JavaScript library for building interactive user interfaces.
- **Next.js**: Framework for server-side rendering and static site generation.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **TypeScript**: Strongly typed programming language that builds on JavaScript.## Installation
To run this template locally, follow these steps:
### Prerequisites
- Node.js and npm/yarn installed on your machine.
### Steps
1. Clone the repository:
```bash
git clone https://github.com/bouzayenilyes/eduor.git
cd eduor
```2. Install the dependencies:
```bash
npm install
# or
yarn install
```3. Run the development server:
```bash
npm run dev
# or
yarn dev
```4. Open your browser and visit:
```
http://localhost:3000
```## Customization
1. **Modify Pages**: All page files are located in the `pages` directory.
2. **Update Styles**: Customize the styling using the Tailwind CSS configuration in `tailwind.config.js`.
3. **Content Management**: Easily update content through the components located in the `components` directory.## Deployment
You can deploy the Eduor template using Vercel, the hosting platform for Next.js apps.
1. Push your code to a GitHub repository.
2. Go to [Vercel](https://vercel.com) and import your repository.
3. Follow the prompts to deploy your app.## License
This template is available under an MIT license. Please ensure compliance with Ilyes Bouzayen's licensing terms before use.
## Credits
- **Template by**: Ilyes Bouzayen
- **Author**: [Link to Author Website Page](https://bouzayenilyes.vercel.app)