Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delicelydia/bookstore-cms
This is a fast, dynamic and responsive application that I designed using React & Redux, it will help a company to organize and manage their bookstore.
https://github.com/delicelydia/bookstore-cms
css html javascript netlify react redux
Last synced: 4 days ago
JSON representation
This is a fast, dynamic and responsive application that I designed using React & Redux, it will help a company to organize and manage their bookstore.
- Host: GitHub
- URL: https://github.com/delicelydia/bookstore-cms
- Owner: DeliceLydia
- License: mit
- Created: 2021-06-25T09:05:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T09:00:21.000Z (over 3 years ago)
- Last Synced: 2023-03-06T13:16:19.431Z (almost 2 years ago)
- Topics: css, html, javascript, netlify, react, redux
- Language: JavaScript
- Homepage: https://bookstore-cms-app.netlify.app/
- Size: 652 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookstore-CMS
This is a fast, dynamic and responsive application that I designed using React&Redux, it will help a company to organize and manage their bookstore.![screenshot](./shot.PNG)
## Live Demo
Check the application live [Here](https://bookstore-cms-app.netlify.app/)
## Available Commands
| Command | Description |
|---------|-------------|
| `npm install` | Install project dependencies |
| `npm start` | Build project and open web server running project |
| `npm run build` | Builds code bundle with production settings (minification, uglification, etc..) |## Getting Started
* Clone this repo
```
git clone https://github.com/DeliceLydia/bookstore-cms.git
```
* Navigate to bookstore-cms folder
```
cd bookstore-cms
```
* On the terminal, while in the 'bookstore-cms' directory:* Run ``` git checkout feature-branch ```
* Run ``` git pull origin feature-branch ```
* Run ``` npm install ``` to install dependencies
* Start the server by running ``` npm start ```
* The server would usually start on port:3000## Built with
- HTML
- CSS
- Javascript
- React
- Netlify## Author
👤 **Delice Lydia**
- GitHub: [Delice Lydia](https://github.com/DeliceLydia)
- Twitter: [Delice](https://twitter.com/IngabireLydia3)
- LinkedIn: [Delice Lydia](https://www.linkedin.com/in/delice-lydia/)## Contribution
- Clone the repo using the above instructions
- Create a new branch: `git checkout -b awesome branch`
- Add your changes and commit the file
- Push to your forked repo
- Make a pull request to `develop` branch## Acknowledgments
Credits goes to [Facebook Developers](https://github.com/facebook/create-react-app) for designing Create-React-App that helps along the way.
## Show your support
Give a ⭐️ if you like
## 📝 License
This project is [MIT](https://github.com/DeliceLydia/bookstore-cms/blob/main/LICENSE) licensed.