An open API service indexing awesome lists of open source software.

https://github.com/muhammad-fiaz/skillthrills

Skill Thrills: A Educational learning website built with Next.js and TypeScript, offering immersive educational experiences. #NextJS #TypeScript
https://github.com/muhammad-fiaz/skillthrills

educational-website javascript nextjs nextjs-boilerplate nextjs-example nextjs-tailwind nextjs-template nextjs-typescript nextjs-website nextjs14 nodejs reactjs skillthrill skillthrills typescript website

Last synced: 5 months ago
JSON representation

Skill Thrills: A Educational learning website built with Next.js and TypeScript, offering immersive educational experiences. #NextJS #TypeScript

Awesome Lists containing this project

README

          

# SkillThrills

[![GitHub License](https://img.shields.io/github/license/muhammad-fiaz/SkillThrills)](https://github.com/muhammad-fiaz/SkillThrills/blob/main/LICENSE)
[![GitHub Contributors](https://img.shields.io/github/contributors/muhammad-fiaz/SkillThrills)](https://github.com/muhammad-fiaz/SkillThrills/graphs/contributors)
[![GitHub Sponsors](https://img.shields.io/badge/Sponsors-💖-pink)](https://github.com/sponsors/muhammad-fiaz)
[![GitHub Issues](https://img.shields.io/github/issues/muhammad-fiaz/SkillThrills)](https://github.com/muhammad-fiaz/SkillThrills/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/muhammad-fiaz/SkillThrills)](https://github.com/muhammad-fiaz/SkillThrills/pulls)
![Last Commit](https://img.shields.io/github/last-commit/muhammad-fiaz/SkillThrills)
[![Discord](https://img.shields.io/badge/Discord-7289DA?style=flat&logo=discord&logoColor=white)](https://discord.gg/Wu7Kcpz9)

**Skill Thrills** is an educational learning website built with **Next.js** and **TypeScript**, designed to offer immersive and interactive learning experiences.

## Table of Contents

- [About the Project](#about-the-project)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Folder Structure](#folder-structure)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)

## About the Project

Skill Thrills aims to create an educational platform that provides engaging and interactive learning content. While the project is still under development, the future goal is to offer diverse educational experiences in various subjects. The platform is built using modern web technologies such as **Next.js** and **TypeScript** to ensure scalability and performance.

> **Note:** All the content, data, and images are for development purposes and are subject to change. The current assets are dummy content, and no ownership is claimed over any images used.

## Features

- Built with **Next.js** for server-side rendering and optimized performance.
- Developed in **TypeScript** for static type checking and improved code quality.
- Scalable folder structure for managing components and pages(using `app/` router).
- Supports interactive educational modules (in development).
- Placeholder content for now, but ready for integration with real data.

## Installation

To get started, clone the repository and install the dependencies:

```bash
git clone https://github.com/your-username/skill-thrills.git
cd skill-thrills
```

Then install the required packages:

Using npm:

```bash
npm install
```

Using Yarn:

```bash
yarn install
```

Using pnpm:

```bash
pnpm install
```

## Usage

To run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the pages by modifying the files in the `app/` directory. The application will auto-update as you edit the files.

## Folder Structure

```bash
.
├── app/components # Reusable React components
├── app # Next.js pages
├── public # Static assets
├── app/global.css # Global and component-level styles
├── app/courses # Course pages
├── tsconfig.json # TypeScript configuration
└── next.config.js # Next.js configuration
```

## Technologies Used

- **Next.js**: React framework for building fast web applications.
- **TypeScript**: Superset of JavaScript that adds static types.
- **React**: JavaScript library for building user interfaces.
- **Heroicons**: Used for Icons
- **CSS**: For global styles
- **Tailwindcss**: for styling the application
- **Vercel**: Hosting platform for serverless deployment.

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

1. Fork the repository.
2. Create a new branch with your feature or fix (`git checkout -b feature/YourFeature`).
3. Commit your changes (`git commit -m 'Add some feature'`).
4. Push to the branch (`git push origin feature/YourFeature`).
5. Open a pull request and describe your changes.

## License

This project is licensed under the **MIT License**. See the [LICENSE](./LICENSE) file for more details.