Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/finaltask.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ You have a new client, it’s **“JS Band”** internship company. They want to
- Code should be lintered with [`airbnb/react`](https://github.com/airbnb/javascript/tree/master/react) style guide;
- `Bootstrap CSS` should be used as a CSS library [link](https://getbootstrap.com/docs/3.4/css/);
- Other routes should be unavailable and respond with `not found` UI;
- Only `/signin` and `not-found` routes should be available for the unauthorized user, another else should be restricted;
- Only `/signin` route should be available for the unauthorized user, another else should be restricted;
- `Pull requests` mechanism should be used for making changes into repository;
- Linter check should be available on the CI;
- Deployment to the `GitHub pages` should be implemented via Travis-CI;
Expand Down