Skip to content
Open
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions react_routing/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
17 changes: 17 additions & 0 deletions react_routing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Author: Brahm Dev Pandey
Course: Master of Computer Applications
Occassion: HacktoberFest 2022
Institute: KIET Group of Institutions, Ghaziabad

This a simple project in React to demonstrate some important concepts of React, like:

- Creating reusable components
- Using Bootstrap to style components
- Nesting of components
- Passing props to components
- State management of components
- Hooks in react
- Routing between different pages
- Creating routes using different components

This project helped me learn these concepts very efficiently.
Loading