Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamal-saadeddin/router-app
Simple React project, to learn React Routing throghout React Course at codewithmosh.com
https://github.com/jamal-saadeddin/router-app
nested-routes not-found-page query-string react react-navigation react-router redirect
Last synced: about 22 hours ago
JSON representation
Simple React project, to learn React Routing throghout React Course at codewithmosh.com
- Host: GitHub
- URL: https://github.com/jamal-saadeddin/router-app
- Owner: Jamal-SaadEddin
- Created: 2023-01-21T19:22:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T16:16:57.000Z (about 1 year ago)
- Last Synced: 2023-11-19T17:23:40.039Z (about 1 year ago)
- Topics: nested-routes, not-found-page, query-string, react, react-navigation, react-router, redirect
- Language: JavaScript
- Homepage: https://router-app-react.netlify.app/
- Size: 715 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Router App - for routing with React Router
I made this project throughout React course for learning routing & navigation using React Router at [Code with Mosh](https://codewithmosh.com)
## Project Link
[Router-Application](https://router-app-react.netlify.app/)
## Getting Started
1. **Clone the Repository:**
Clone this repository to your local machine using the following command:```bash
git clone https://github.com/Jamal-SaadEddin/router-app.git
```2. **Install Dependencies:**
Navigate to the project directory and run the following command to install the required dependencies:```bash
npm install
```3. **Start the Web Server:**
Launch the web server by running the following command:```bash
npm start
```This will start the development server, and you can access the application at [http://localhost:3000](http://localhost:3000).
## In this project, I've learned these topics
- Route Parameters
- Query String
- Redirect
- Not Found (404) Pages
- Nested Routing## Course Link
[Mastering React 16](https://codewithmosh.com/p/mastering-react)
## Acknowledgments
Big thanks to [Mosh Hamedani](https://github.com/mosh-hamedani) for being an amazing mentor, guiding me with expertise and passion through this invaluable learning experience.Happy coding! 🚀