Welcome to the official repository for the AIMS Courses website. This platform is designed to offer comprehensive courses on various languages and proficiency exams, including IELTS, PTE, and French. Currently, the website is under development and will be live soon.
AIMS Courses is dedicated to providing top-notch educational resources and courses for language proficiency exams and language learning. Our courses include:
- IELTS: International English Language Testing System
- PTE: Pearson Test of English
- French: Comprehensive French language courses
The website is in the development phase, and we aim to launch it soon with a user-friendly interface and a robust backend to support our diverse range of courses.
The AIMS Courses website is built using the following technologies:
- Next.js: A powerful React framework for server-side rendering and generating static websites.
- Hygraph: A headless CMS for managing and delivering content.
- Clerk: A user management solution for handling authentication and user profiles.
- shadcn/ui: A collection of UI components for building a consistent and modern user interface.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/aims-courses.git cd aims-courses
-
Install dependencies:
npm install
-
Set up environment variables: Create a
.env
file in the root directory and add the necessary environment variables as specified in.env.example
. -
Run the development server:
npm run dev
-
Open your browser and navigate to
https://localhost:3000
to see the application in action.
Once the website is live, users will be able to:
- Browse available courses
- Sign up for courses and track progress
- Access course materials and resources
- Take practice tests and quizzes
We welcome contributions from the community! If you would like to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Make your changes
- Commit your changes (
git commit -m 'Add YourFeature'
) - Push to the branch (
git push origin feature/YourFeature
) - Open a Pull Request
Please make sure to update tests as appropriate.
Thank you for your interest in AIMS Courses! Stay tuned for our launch and join us in our mission to provide quality education.