Skip to content

A collection of Full-stack and Front End Applications made with Next js

Notifications You must be signed in to change notification settings

kira23j/Next-Projects-Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Next-Projects-Hub

Welcome to Next-Projects-Hub! This repository is a collection of full-stack applications built with Next.js, Tailwind CSS, TypeScript , and much more. Each project within this hub has its own specific README to provide detailed information about its features, setup, and usage.

Why Next.js?

Next.js is a powerful React framework that makes it easy to build server-rendered applications and websites with JavaScript and React. It offers features like automatic code splitting, server-side rendering, and a great developer experience, making it an excellent choice for building scalable and performant applications.

Overview

This repository serves as a hub for various full-stack projects, demonstrating the versatility and capabilities of Next.js. The projects are styled using Tailwind CSS, a utility-first CSS framework, and are written in TypeScript, providing static typing for a more robust development experience.

How to Access the Repository

To access a specific project, navigate to the corresponding folder in the repository. Each project folder contains its own README file with detailed instructions on how to set up and run the application. Feel free to explore the projects, contribute, and use them as learning resources.

Steps to Access a Project:

  1. Clone the repository to your local machine:

    git clone https://github.com/kira23j/Next-Projects-Hub.git
    
  2. Change into the project directory of your choice:

      cd Next-Projects-Hub/project-name
  3. install all the dependencies of the project:

      npm i
  4. run the project:

      npm run dev

. Follow the instructions in the project's README to set up and run the application.

Happy coding! 🚀

Releases

No releases published

Packages

No packages published