Skip to Content

Thrive Beyond Limits, Next Begins Here

This is a documentation project to capture our learning journey from the nextNext Level Web Development

nextNext Level Web Developmentcourse byPH logorogramming Hero.Built withNextra.

Technology Stack

JavaScript

JavaScript

TypeScript

TypeScript

Express

Express

Redux

Redux

Next.js

Next.js

SQL

SQL

PostgreSQL

PostgreSQL

Prisma

Prisma

MongoDB

MongoDB

Mongoose

Mongoose

Docker

Docker

AWS

AWS

Vitest

Vitest

Jest

Jest

GraphQL

GraphQL

Contribution Guidelines

We welcome all contributions! Here's how you can help make this project better.

1. Fork & Clone

Fork the repository and clone it locally

git clone https://github.com/Takib-Ahmed/thrivext.git
cd thrivext

2. Install & Setup

Install dependencies and start the development server

npm install
npm run dev

3. Create New Page

Add new documentation pages easily

cd app
mkdir Topics-name
touch Topics-name/page.md

4. Submit Changes

Create a branch from development, make changes, and submit PR

git checkout development
git checkout -b feature/your-feature-name
git add .
git commit -m "Add: your feature"
git push origin feature/your-feature-name

Ready to Contribute?

Before making changes, please discuss via issues or email.