View Demo
·
Report Bug
·
Request Feature
- users can register and log in to their account
- users can search books
- users can add / remove book to thier collection
- users can search other users who have particular book by entering book's name and distance
- implement more features like direct messaging to other user instead of showing users' emails.
- Implement test coverage
- React ∙ React-Router
- component based single page application
- Redux ∙ Redux-Thunk
- client side data management
- MaterialUI
- Styling
- Node.js ∙ Express
- web server & services in service oriented architecure
- RESTful API
- HTTP
- jwt
- Authorization implementation.
- MongoDb
- database
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
Softwares | Versions |
---|---|
npm | 6.4.1 |
nodejs | 10.10.0 |
- Clone the repo
git clone https://github.com/YagneshP/book_share_client.git
- Install NPM packages
npm install
- Start application, will be running on [http://localhost:3000]
npm start
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/YagneshP/book_share_client/