Skip to content

manameaaus/NST-Creators-Corner

 
 

Repository files navigation

🚀 NST Creators Corner

NST Creators Corner is a platform designed to showcase projects, foster collaboration, and engage the creative and technical community at Newton School of Technology.

📌 Overview

This project serves as a centralized hub for creators to share their work, collaborate on ideas, and stay informed about the latest developments within the NST creative ecosystem. It is built using modern web technologies, ensuring a seamless and scalable experience.

Key Features

  • Responsive & Modern UI – Optimized for accessibility and usability
  • Content Showcase – A dedicated space for creators to display their projects
  • Community Engagement – Encourages collaboration and feedback
  • Real-Time Updates – Ensuring users stay informed about new developments

📷 Screenshots

Home Page Note: Add screenshots of your application once it's deployed

🛠 Tech Stack

Technology Purpose
Next.js & React Frontend framework for a fast, scalable UI
Tailwind CSS Utility-first styling for a responsive design
TypeScript Ensures type safety and maintainability
Vite Optimized build tool for faster development
Prettier & ESLint Code formatting and quality assurance
Git & GitHub Version control and collaboration

🧪 Project Structure

NST-Creators-Corner/
├── public/              # Static assets
├── src/                 # Source files
│   ├── components/      # React components
│   ├── pages/           # Page components
│   ├── App.tsx          # Main application component
│   └── main.tsx         # Application entry point
├── index.html           # HTML entry point
├── package.json         # Project dependencies
└── vite.config.ts       # Vite configuration

🚀 Getting Started

Prerequisites

Before setting up the project, ensure you have the following installed:

  • Node.js (v18 or higher)
  • npm (v9 or higher)

Installation

  1. Clone the repository

    git clone https://github.com/nst-sdc/NST-Creators-Corner.git
    cd NST-Creators-Corner
  2. Install dependencies

    npm install
  3. Start the development server

    npm run dev

    The application will be available at http://localhost:3000/.


📜 Available Scripts

Command Description
npm run dev Start the development server
npm run build Create a production-ready build
npm start Run the production server
npm run lint Check code for errors

💡 Contributing

We welcome contributions from the community to improve this project.

Contribution Guidelines

  1. Fork the repository
  2. Create a new branch
    git checkout -b feature-branch
  3. Make changes and commit
    git add .
    git commit -m "Added feature-name"
  4. Push changes
    git push origin feature-branch
  5. Create a Pull Request (PR) on GitHub

📄 License

This project is licensed under the MIT License.


🎖 Acknowledgments

  • Built and maintained by the NST Creator’s Club
  • Contributions from the open-source community are highly valued

For any inquiries or contributions, feel free to connect with us.


About

Creator club website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 90.8%
  • JavaScript 6.0%
  • CSS 1.6%
  • HTML 1.6%