https://github.com/ivanid22/react-bookstore-cms
A web-based implementation of a CMS for a bookstore. Built with React/Redux
https://github.com/ivanid22/react-bookstore-cms
bookstore cms react redux
Last synced: about 2 months ago
JSON representation
A web-based implementation of a CMS for a bookstore. Built with React/Redux
- Host: GitHub
- URL: https://github.com/ivanid22/react-bookstore-cms
- Owner: ivanid22
- Created: 2020-10-12T19:25:07.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2020-10-15T19:46:18.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T22:30:52.430Z (7 months ago)
- Topics: bookstore, cms, react, redux
- Language: CSS
- Homepage: https://react-bookstore-cms.herokuapp.com/
- Size: 632 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-bookstore-cms
A fully functional web-based CMS for a bookstore written in React with Redux.
## Live version
- [Live version](https://react-bookstore-cms.herokuapp.com/)
## Running the app locally
You can always run the app through the live version linked on a previous section. But if you'd like to run it locally, follow the instructions below:### Getting the files
First, you need to have the files on your computer. You can get them by either cloning this repository, or downloading its contents directlyTo clone the repository, go on the project's Github page, click on "Clone or download", copy the contents of the text box, and then run git clone "repo" on the command line, where "repo" is the text you just copied.
If you want to download it directly instead, go on the project's Github page, click on "Clone or download", and then on "Download ZIP". After this, you need to extract the contents of the zip file on your computer.### Installing dependencies
Now you need to open a terminal and navigate to the project's directory. Once there, run the command `npm install`. This is going to fetch and install all the dependencies for the app.Running the app
Once that's done, run the command `npm start`. That should open a new browser window with the app. If the browser does not open, do it manually, paste this on the url box: localhost:3000, and press enter.## Built With
- create-react-app
- React
- Redux## Author
👤 **Santiago Rodriguez Bermúdez**
- Github: [@srba87](https://github.com/santiagorodriguezbermudez)
- Twitter: [@srba87](https://twitter.com/srba87)
- Linkedin: [srba87](https://linkedin.com/in/srba)👤 **Ivan Diaz**
- Github: [@ivanid22](https://github.com/ivanid22)
- Twitter: [@ivanid22](https://twitter.com/ivanid22)
- Linkedin: [Ivan Diaz](www.linkedin.com/in/ivanid22)## 🤝 Contributing
- Contributions, issues and feature requests are welcome!
- Feel free to check the [issues page](./issues).
## Show your support
- Give a ⭐️ if you like this project!