Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivah12/bookstory
A book updating system to match what you currently reading.
https://github.com/shivah12/bookstory
react-landing-page react-router reactjs redux-toolkit styled-components
Last synced: 12 days ago
JSON representation
A book updating system to match what you currently reading.
- Host: GitHub
- URL: https://github.com/shivah12/bookstory
- Owner: shivah12
- License: mit
- Created: 2024-02-25T10:37:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T10:41:58.000Z (9 months ago)
- Last Synced: 2024-02-25T11:36:03.343Z (9 months ago)
- Topics: react-landing-page, react-router, reactjs, redux-toolkit, styled-components
- Language: JavaScript
- Homepage: https://bookstory-eta.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bookstory
> Bookstory is an app that allows you to display a list of added books, add new book and remove a book. It is built using React, Redux, and Styled Components
>
## Built With
- Major languages (JavaScript)
- Framework/Libraries (React, Bootstrap)
- Technologies/tools used
``` bash
- create-react-app tool
- Webpack(Code Bundlng et al)
- Babel (code transpiling)
- Jest(for testing)
- Git(version control)
- ESLint(JavaScript linting)
- Stylelint(style linting)```
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Usage
#### Clone this repository```bash
$ git clone link
$ cd Bookstore
```
#### Run project```bash
$ npm install
$ npm start # this will open it in the browser and enable hot reloading
```
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.