diff --git a/Projects/2-Intermediate/Blog-Website.md b/Projects/2-Intermediate/Blog-Website.md new file mode 100644 index 00000000..044302e7 --- /dev/null +++ b/Projects/2-Intermediate/Blog-Website.md @@ -0,0 +1,21 @@ +# Blog Website + +**Tier:** 2-Intermediate + +The blog, like the To-Do app, is a classic. It’s a little more complex, but it also covers some other intriguing tasks, like having numerous parts and needing to move between them. + +You’ll not only practice, but you’ll 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, you’ll 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) + diff --git a/README.md b/README.md index 2d209743..c9a276af 100644 --- a/README.md +++ b/README.md @@ -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) +