Pause. Build. Inspire
A space for YOU to showcase YOUR projects!
Welcome! We're excited to showcase your project. Follow these simple steps to add your work to our collection.
- Fork the repository
- Add your project to
data.json
- Place your project at the end of the "projects" array, with the given template:
{
"studentName": "Your Full Name",
"projectName": "Your Project Name",
"description": "A brief description of your project (max 100 characters)",
"tags": ["Tag1", "Tag2", "Tag3"], // Choose relevant technologies/categories
"projectLink": "https://your-demo-link.com", // MANDATORY! - Site Link or Github (if any)
"githubLink": "https://github.com/your-username/your-repo",
"image": "https://link-to-your-project-image.com" // Must be a direct image link
}
- Ensure your JSON is valid (you can use JSONLint) Optional
- Create a Pull Request
- Image:
- Must be a direct link (ends with .jpg, .png, .gif)
- Recommended size: 1280x720px
- Max size: 2MB
- Hosted on image hosting services like Postimg, Imgur, or your GitHub repo
- Description: Keep it concise and clear
- Tags: Use existing tags when possible
- Links: Must be valid and accessible
Here are some commonly used tags:
- Technologies: React, Vue, Angular, Node.js, Python, Java, etc.
- Categories: Web, Mobile, Game, AI, Design, etc.
- Skills: Frontend, Backend, Full Stack, UI/UX, etc.
- If you're unsure about image hosting, we recommend using Postimg
- For JSON validation, use JSONLint
- If you have questions, open an issue in the repository
- Clone the repo
git clone https://github.com/FOSS-Cell-GECPKD/Breakpoint
- Install the required packages
npm i
- Run in development mode
npm run dev
- Typescript
- Tailwind
- Vite
- lucide-react
- framer-motion
- @icons-pack/react-simple-icons
Made with 💠by FOSS GEC Palakkad