Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.1 KB

readme.md

File metadata and controls

30 lines (22 loc) · 1.1 KB

CYF Project repository

What is this?

This is a repository of project ideas for CYFers. Everyone is welcome to build these ideas.

Contribute

Project briefings

  • If you have a project idea you'd like to contribute, share it here!
  • There's a template project in the directory for you to use: make a new dir, add your README, and open a PR
  • Projects must be achievable for a team of 2-4 junior developers with the help of a tech lead, getting to MVP within 4 weeks
  • There is a starter kit available https://github.com/CodeYourFuture/cyf-final-project-starter-kit

Project builds

  • If you've built one of these projects, share it here!
  • Add a link to the bottom of the project briefing
  • Complete the JSON data file by adding your details:
{
  "name": "Our Project Name",
  "briefing": "https://github.com/CodeYourFuture/CYF-Projects/tree/main/%5BTEMPLATE%5D%20",
  "build": "https://github.com/YourGitHub/YourRepo",
  "deploy": "https://cyf-projects.netlify.app/",
  "team": ["GitHubName", "SecondName", "ThirdName"]
}