freeCodeCamp/curriculum/challenges/chinese/10-coding-interview-prep/take-home-projects/chart-the-stock-market.md

38 lines
1.6 KiB
Markdown
Raw Normal View History

---
id: bd7158d8c443eddfaeb5bd0e
challengeType: 4
videoUrl: ''
2020-10-01 15:54:21 +00:00
title: 图表股市
---
## Description
<section id="description"> <strong>目标:</strong>构建一个功能类似于此的完整堆栈JavaScript应用程序 <a href="http://watchstocks.herokuapp.com/" target="_blank">http</a> <a href="http://watchstocks.herokuapp.com/" target="_blank">//watchstocks.herokuapp.com/</a>并将其部署到Heroku。请注意对于每个项目您应该创建一个新的GitHub存储库和一个新的Heroku项目。如果您不记得如何执行此操作请重新访问<a href="/challenges/get-set-for-our-dynamic-web-application-projects">https://freecodecamp.com/challenges/get-set-for-our-dynamic-web-application-projects</a> 。以下是您应为此项目实施的特定用户故事: <strong>用户故事:</strong>我可以查看显示每个添加的股票的最近趋势线的图表。 <strong>用户故事:</strong>我可以按符号名称添加新股票。 <strong>用户故事:</strong>我可以删除股票。 <strong>用户故事:</strong>当任何其他用户添加或删除股票时我可以实时看到变化。为此您需要使用Web套接字。完成这些用户故事的实现后单击“我已完成此挑战”按钮然后输入GitHub存储库和在Heroku上运行的实时应用程序的URL。您可以通过Facebook上的朋友分享您的项目反馈。 </section>
## Instructions
<section id="instructions">
</section>
## Tests
<section id='tests'>
```yml
tests: []
```
</section>
## Challenge Seed
<section id='challengeSeed'>
</section>
## Solution
<section id='solution'>
```js
// solution required
```
/section>