NST Creators Corner is a platform designed to showcase projects, foster collaboration, and engage the creative and technical community at Newton School of Technology.
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.
- 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
| 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 |
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
Before setting up the project, ensure you have the following installed:
- Node.js (v18 or higher)
- npm (v9 or higher)
-
Clone the repository
git clone https://github.com/nst-sdc/NST-Creators-Corner.git cd NST-Creators-Corner -
Install dependencies
npm install
-
Start the development server
npm run dev
The application will be available at
http://localhost:3000/.
| 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 |
We welcome contributions from the community to improve this project.
- Fork the repository
- Create a new branch
git checkout -b feature-branch
- Make changes and commit
git add . git commit -m "Added feature-name"
- Push changes
git push origin feature-branch
- Create a Pull Request (PR) on GitHub
This project is licensed under the MIT License.
- 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.
