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 f6557617..bd6dd213 100644 --- a/README.md +++ b/README.md @@ -85,11 +85,11 @@ required to complete them. | --------------------------------------------------------------------------------- | -------------------------------------------------- | -------------- | | [Bit Masks](./Projects/2-Intermediate/Bit-Masks-App.md) | Using Bit Masks for Conditions | 2-Intermediate | | [Book Finder App](./Projects/2-Intermediate/Book-Finder-App.md) | Search for books by multiple criteria | 2-Intermediate | -| [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate | +| [Calculator CLI](./Projects/2-Intermediate/Calculator-CLI.md) | Create a basic calculator cli. | 2-Intermediate | | [Card Memory Game](./Projects/2-Intermediate/Card-Memory-Game.md) | Memorize and match hidden images | 2-Intermediate | | [Charity Finder App](./Projects/2-Intermediate/Charity-Finder-App.md) | Find a Global Charity to donate to | 2-Intermediate | | [Chrome Theme Extension](./Projects/2-Intermediate/Chrome-Theme-Extension.md) | Build your own chrome theme extention. | 2-Intermediate | -| [Currency Converter](./Projects/2-Intermediate/Currency-Converter.md) | Convert one currency to another. | 2-Intermediate | +| [Currency Converter](./Projects/2-Intermediate/Currency-Converter.md) | Convert one currency to another. | 2-Intermediate | | [Drawing App](./Projects/2-Intermediate/Drawing-App.md) | Create digital artwork on the web | 2-Intermediate | | [Emoji Translator App](./Projects/2-Intermediate/Emoji-Translator-App.md) | Translate sentences into Emoji | 2-Intermediate | | [Flashcards App](./Projects/2-Intermediate/FlashCards-App.md) | Review and test your knowledge through Flash Cards | 2-Intermediate | @@ -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) +