Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madmax8930/creed-of-life
Philosophical Multi-Language Guide
https://github.com/madmax8930/creed-of-life
json mongoose next next-intl tailwindcss typescript
Last synced: about 2 hours ago
JSON representation
Philosophical Multi-Language Guide
- Host: GitHub
- URL: https://github.com/madmax8930/creed-of-life
- Owner: MadMax8930
- Created: 2024-12-16T12:19:49.000Z (about 1 month ago)
- Default Branch: maxou
- Last Pushed: 2025-01-11T06:21:39.000Z (10 days ago)
- Last Synced: 2025-01-21T01:49:43.756Z (about 2 hours ago)
- Topics: json, mongoose, next, next-intl, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://creedoflife.com
- Size: 30.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Creed of Life
under Node version 18.18 (branch: "maxou")### Functionalities:
Philosophical Multi-Language Next-Intl Guide to grow as a person.
- Data display as jsonData (pillars, branches)
- Data display as dbData from MongoDB database (contentItems)
- Both content translated to five languages (en, es, fr, ru, th)
- Reusable frontent components with clean code
- Fully responsive & UX friendly### Main Dependencies
```bash
npm install -D tailwindcss -D mongoose axios next-intl
```### Development framework:
[Next.js documentation](https://nextjs.org/docs) for routing & server side rendering### CSS Management:
[Tailwind documentation](https://tailwindcss.com/docs/guides/nextjs) for styling### Backend Storage:
[MongoDB Atlas documentation](https://www.mongodb.com/atlas) for free database solution