Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor copy edits

Signed-off-by: Sally McGrath <[email protected]>
  • Loading branch information
SallyMcGrath authored Apr 12, 2024
1 parent 92bc5e3 commit 1e2ba3b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,22 @@

## Background

Before you continue to final projects we have to make sure that you can meaningfully contribute to a technical project.

This means that we need to be sure that you can create and deploy Full Stack application.
To apply to The Launch you must show you can meaningfully contribute to a technical project. This means that you must **clearly demonstrate** that you can create and deploy full stack applications. If you cannot yet complete this full stack assessment, you are not ready to apply to The Launch.

## Challenge

In this project, you will be building up a small project that allows you to share your favourite YouTube videos with the world. We will be starting up with a very small MVP (Minimal Viable Product), and build on top of it to make it nicer and more useful.
In this project, you will be building up a small application that allows you to share your favourite YouTube videos with the world. We will begin with a very small MVP (Minimal Viable Product), and build on top of it to make it nicer and more useful.

## User stories 👩🏽‍💻

Most of the core features for this project have been captured on **user story** issues. You can view all the user story issues on the project planning board: [User story issues](https://github.com/orgs/CodeYourFuture/projects/169/views/3). User story issues define a particular feature through a user story. They also link through to other issues you'll need to implement for this user story to be complete.
Most of the core features for this project have been captured as **user story** issues. You can view all the user story issues on the project planning board: [User story issues](https://github.com/orgs/CodeYourFuture/projects/169/views/3). User story issues define a particular feature through a user story. They also link through to other issues you'll need to implement for this user story to be complete.

## Requirements

All the requirements for this project are captured as issues that you can find on this planning board: [Full Stack Assessment Planner](https://github.com/orgs/CodeYourFuture/projects/169/views/2)

**Note:** Some of the issues are optional which means that you can build a working project without them. However, to make something really impressive you will need to complete as much as you can.
> [!TIP]
> Some of the issues are optional which means that you can build a working project without them. However, make something really impressive: complete as much as you can. We value excellence and so do employers.
### Week 1 - Minimal Viable Product

Expand All @@ -43,12 +42,13 @@ Here is an example solution for both frontend and backend, including all optiona

https://cyf-fsa-solution.netlify.app/

**Note:** You can design the website to look however you like.
> [!NOTE]
> You can design the website to look however you like.
## Using this project for the launch project and other portfolio pieces

While you are free to use this codebase for your future projects we recommend against it. This project is set up in a way to make it easy to understand, but lacks a lot of features that would be otherwise helpful.

For launch projects and future portfolio pieces we recommend that you take a look at the [Code Your Future Starter Kit](https://github.com/CodeYourFuture/cyf-final-project-starter-kit). This assessment project is a simplified version of the starter kit, with a lot of the features removed to keep it light and more understandable. In fact, some of the challenges that we ask you is to re-add these features yourself, like support for linting.
For launch projects and future portfolio pieces, look at the [Code Your Future Starter Kit](https://github.com/CodeYourFuture/cyf-final-project-starter-kit). This assessment project is a simplified version of the starter kit, with a lot of the features removed to keep it light and more understandable. In fact, some of the challenges in this project are to re-add these features yourself, like support for linting.

Since these features will already be present in the starter kit, hence it will be a much better starting point for you to work with. And since it uses the same libraries and setup that you will learn here, we believe you will feel immediately familiar with it as well.
Since these features will already be present in the starter kit, it will be a much better starting point. And since it uses the same libraries and setup that you will learn here, you should feel immediately familiar with it.

0 comments on commit 1e2ba3b

Please sign in to comment.