This project was bootstrapped with Create React App.
功能灵感来自于给孩子准备复习用的工具。本项目目的在于可以用富功能页面取代简单的Web服务器的index页面。 通过对于web服务器index URL的简单配置,可以通过文件夹命名方式对于内容进行分类。 并通过设置以达到使用各种富功能页面对文件进行显示。
- 从各种设备能打开,对于做过的习题进行复习。
- 需要简单动态功能,在未答题和答题状态换显示答案。
- 通过两组图像实现切换,但是需把内容维护减少至仅仅维护文件。
- 需要一定分类,内容类型的设置功能,以满足动态调整对于不同内容的富功能页面呈现。
- 进一步的UI调整
- 对于基础页面的多语言化
- 对于多个域名的设定区分以及显示切换
- 富功能页面的可定制化
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.