Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cqb13/learning-latin
A website with many resources to help you learn Latin!
https://github.com/cqb13/learning-latin
cqb13 latin latin-language next nextjs react school-project translate translation vocabulary-learning website whitaker whitaker-words whitakers-words
Last synced: about 2 months ago
JSON representation
A website with many resources to help you learn Latin!
- Host: GitHub
- URL: https://github.com/cqb13/learning-latin
- Owner: cqb13
- License: gpl-3.0
- Created: 2022-09-29T02:40:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T14:37:40.000Z (3 months ago)
- Last Synced: 2024-10-11T06:11:21.089Z (2 months ago)
- Topics: cqb13, latin, latin-language, next, nextjs, react, school-project, translate, translation, vocabulary-learning, website, whitaker, whitaker-words, whitakers-words
- Language: TypeScript
- Homepage: https://learninglatin.net/
- Size: 1000 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Learning Latin
A comprehensive platform for both novice and seasoned Latin enthusiasts.
[Start learning now!](https://learninglatin.net/)
---
## About Learning Latin
Learning Latin is a modern, interactive platform designed to make Latin language learning accessible and engaging for users of all levels. With a range of tools from practice charts to a Latin translator and a custom textbook, the platform provides a holistic approach to learning this ancient language.
## Key Features
- **Interactive Charts**: Practice Latin grammar with dynamic, interactive charts.
- **Latin Translator**: Translate between Latin and English with insights into grammar.
- **Custom Textbook**: Learn systematically with our curated textbook, covering all key aspects of Latin grammar.
- **Open Source Community**: Contribute and collaborate on the Learning Latin platform to help it grow.## Technologies
This project is built using:
- [Next.js](https://nextjs.org/) - The React framework for production.
- [TypeScript](https://www.typescriptlang.org/) - A typed superset of JavaScript that compiles to plain JavaScript.
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapid UI development.
- [Vocab Vault](https://github.com/cqb13/vocab-vault/tree/api) - An API for two way translation between Latin and English.## Getting Started
To get a local copy up and running follow these simple steps.
### Prerequisites
- npm
```sh
npm install npm@latest -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/cqb13/Learning-Latin.git
```
2. Install NPM packages
```sh
npm install
```
3. Start the development server
```sh
npm run dev
```## Contributing
Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.