pull/580/merge
Deepak Babani 2 years ago committed by GitHub
commit e6d650df85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,21 @@
# Blog Website
**Tier:** 2-Intermediate
The blog, like the To-Do app, is a classic. Its a little more complex, but it also covers some other intriguing tasks, like having numerous parts and needing to move between them.
Youll not only practice, but youll also apply what you learned about hooks in the last project to learn how to use custom hooks from third-party libraries.
In fact, react-router-dom, a package that aids in the binding of the React Router module within web applications, is given its own section.
## As part of this project, youll work on:
- [ ] Cloning and working with an existing project;
- [ ] React Router and how to use it to add navigation to your application;
- [ ] Using custom hooks from 3rd party libraries;
- [ ] Setting up a 404 page and what it means.
## Useful links and resources
You can learn react [React Js Docs](https://reactjs.org/docs/getting-started.html)

@ -116,6 +116,7 @@ required to complete them.
| [To-Do App](./Projects/2-Intermediate/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate |
| [Typing Practice](./Projects/2-Intermediate/Typing-Practice-App.md) | Typing Practice | 2-Intermediate |
| [Voting App](./Projects/2-Intermediate/Voting-App.md) | Voting App | 2-Intermediate |
| [Blog Website](./Projects/2-Intermediate/Blog-Website.md) | A website to write blogs | 2-Intermediate |
### Tier-3: Advanced Projects
@ -177,3 +178,4 @@ As a bonus, I created the [#100Days100Projects challenge](https://www.florin-pop
## Stars history
[![Stargazers over time](https://starchart.cc/florinpop17/app-ideas.svg)](https://starchart.cc/florinpop17/app-ideas)

Loading…
Cancel
Save