Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepanagarjan/reactrouter-task
Here i provided react for routing different pages
https://github.com/deepanagarjan/reactrouter-task
bootstrap5 css3 git github html5 javascript nodejs reactjs responsive-design router routing
Last synced: about 1 month ago
JSON representation
Here i provided react for routing different pages
- Host: GitHub
- URL: https://github.com/deepanagarjan/reactrouter-task
- Owner: Deepanagarjan
- Created: 2024-08-20T18:08:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T10:55:51.000Z (5 months ago)
- Last Synced: 2024-08-22T10:50:54.123Z (5 months ago)
- Topics: bootstrap5, css3, git, github, html5, javascript, nodejs, reactjs, responsive-design, router, routing
- Language: JavaScript
- Homepage: https://react-router-domtask.netlify.app/
- Size: 527 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Blog App
**This is a simple React blog application that displays articles categorized into different topics such as Data Science, Full Stack Development, Cyber Security, and Career.**
## Table of Contents
- [React Blog App](#react-blog-app)
- [Table of Contents](#table-of-contents)
- [Folder Structure](#folder-structure)
- [Sample Image](#sample-image)
- [Deployment](#deployment)
- [Contributing](#contributing)## Folder Structure
- The project structure is organized as follows:
```
- src/: Source code for the React application.
- components/: React components for different sections.
- App.js: Main application component.
- index.js: Entry point for the React app.
- public/: Public assets and HTML template.
- Components
- Navbartask.js: Navigation bar component.
- All.js, Fullstack.js, Datascience.js, Cyber.js, Career.js: Components for displaying articles based on categories.
- Card.js: Component for rendering individual article cards.
* Styles
- App.css: Styles for the application.
```## Sample Image
![Sample Image](public/Screenshot%20.png)
## Deployment
link:http://localhost:5173/
The application is deployed and can be accessed here : [Blog App](https://react-router-domtask.netlify.app/).## Contributing
- Contributions are welcome! If you find any issues or have improvements, feel free to create a pull request.