Your group will create a Single Page Application that is essentially a dashboard for a user to use when they wake up in the morning to keep track of the weather, news, etc.
Pro Tip: If you find yourself writing logic on the first day of the sprint, then you did not spend enough time planning, and gaining clarification on the acceptance criteria.
- Be sure to review your design requirements here.
- Review the product owner's tickets.
- Create Firebase account for your team to use in this application.
- Be sure to set your Firebase rules for indexing.
- Make sure you spend time defining MVP and creating a plan to reach that goal.
- You will be getting data from different APIs.
- User authentication using Firebase.
- The application must have CRUD functionality with the Firebase database.
- You will use components to modualize your code.
- Use a style framework.
- React
- CSS framework of your choice
- Firebase for data storage and retrieval\
- You may use
create-react-app
,re-base
,react-router
.