This is a repository of project ideas for CYFers. Everyone is welcome to build these ideas.
- 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
 
- 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"]
}