https://github.com/dev-robin3012/spekter-gmbh
https://github.com/dev-robin3012/spekter-gmbh
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dev-robin3012/spekter-gmbh
- Owner: dev-robin3012
- Created: 2021-07-30T17:52:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T03:24:44.000Z (over 2 years ago)
- Last Synced: 2025-01-13T14:21:40.564Z (over 1 year ago)
- Language: JavaScript
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A web application build using ReactJS framework
## [Live Site](https://spektergmbh.netlify.app/)
## Technologies
Project is created with:
- [React](https://reactjs.org/)
- [Redux](https://redux.js.org/)
- [React-Bootstrap](https://react-bootstrap.github.io/)
- [Axios](https://www.npmjs.com/package/axios)
- [React-icons](https://react-icons.github.io/react-icons/)
- [REACT ROUTER](https://reactrouter.com/)
## Features
- All the posts title showed in a grid view like a dummy image provided.

- Redirect to each post’s information page after click on each post. Here Showed all the post’s information of the clicked post on post information page.

- A POST API make called to create a new post using a modal popup !

- A DELETE button. where API call to delete a post.


## Responsive design


## Setup
### Only three steps are to run this project locally :
git clone https://github.com/Sh-robin025/Spekter-GmbH.git
npm install
npm start