Skip to content

The Language Hub is a central place for your language learning needs. Getting you to what you need quickly and easily

License

Notifications You must be signed in to change notification settings

Psypher1/the-language-hub

Repository files navigation

Welcome to

The Language Hub 👋

Version tryshape stars tryshape forks GitHub Contributors Issues GitHub pull requests

The Language Hub is a central place for the important parts that will help you in your journey of the language you are learning. It is yours.

I went with this idea becauase as someone who learns languages a lot and teaches them, getting to the info tends to get tediuous. So why not stramline the process and have the important information in one place and an easy to digest format.

Additional Information

Contributing

Please check out CONTRIBUTION.md for explanation of the project structure and how you can contribute.

THANK YOU!!!

Report Bug · Request Feature


🏗️ Running Locally - Do this

  1. Clone the repository
git clone https://github.com/Psypher1/the-language-hub.git
  1. Change the working directory
cd the-language-hub
  1. Install dependencies
npm install # or, yarn install
  1. Run the app
npm run dev # or, yarn dev

That's All!!! Now open localhost:3000 to see the app.

Project Structure

.
├── learn/
│   ├── french
│   ├── japanese
│   └── ...
├── public/
│   └── images
├── src/
│   ├── components/
│   │   ├── LangPathNav.jsx
│   │   ├── Meta.js
│   │   ├── NavDropDown.jsx
│   │   └── Sidebar.jsx
│   ├── layouts/
│   │   ├── Footer.jsx
│   │   ├── Header.jsx
│   │   ├── PageWrapper.jsx
│   │   └── Wrapper.jsx
│   ├── pages/
│   │   ├── [langPath]/
│   │   │   └── [slug].jsx
│   │   ├── _app.js
│   │   ├── _document.js
│   │   ├── 404.jsx
│   │   ├── about.jsx
│   │   └── index.jsx
│   ├── styles/
│   │   └── globals.css
│   └── utils/
│       ├── _menuLookup.js
│       ├── helpers.js
│       ├── langLogos.js
│       └── langMenus.js
├── CODE_OF_CONDUCT.md
├── CONTRIBUTION.md
├── Detail.png
├── Home.png
├── jsconfig.json
├── LICENSE
├── next-seo.config.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── README.md
└── tailwind.config.js

🚧 Built With

🛡️ License

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


Show your support

Give a ⭐️ if this project helped you!


🙏🏽 Credits

A big THANK YOU to these amazing people. This would not have come together without the knowledge they've shared:

whitep4th3r
Jon Peppinck
Garrett Tolbert
Watch and Learn
Harry Wolff

About

The Language Hub is a central place for your language learning needs. Getting you to what you need quickly and easily

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published