All Projects → Bookshlf-in → Website

Bookshlf-in / Website

Licence: MIT license
Bookshlf Website Frontend. This is the Developer Version of Bookshlf. To See Original Stable Version Go to https://bookshlf.in

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Website

React Tree Walker
Walk a React (or Preact) element tree, executing a "visitor" function against each element.
Stars: ✭ 318 (+1172%)
Mutual labels:  react-dom
Tsdx
Zero-config CLI for TypeScript package development
Stars: ✭ 9,010 (+35940%)
Mutual labels:  react-dom
React Async Bootstrapper
Execute a bootstrap method on your React/Preact components. Useful for data prefetching and other activities.
Stars: ✭ 113 (+352%)
Mutual labels:  react-dom
React Ssr Prepass
A custom partial React SSR renderer for prefetching and suspense
Stars: ✭ 411 (+1544%)
Mutual labels:  react-dom
React Fiber Architecture
Understanding the structure of React Fiber( walk through and pseudo-code)
Stars: ✭ 668 (+2572%)
Mutual labels:  react-dom
Egg React Typescript Boilerplate
Egg React TypeScript Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 56 (+124%)
Mutual labels:  react-dom
remote-frames
Render a subset of the React tree to a different location, from many locations, without having to coordinate them
Stars: ✭ 27 (+8%)
Mutual labels:  react-dom
React Admin
基于[email protected]的react动态权限后台管理系统模板
Stars: ✭ 151 (+504%)
Mutual labels:  react-dom
Preact Compat
🙌 React compatibility layer for Preact.
Stars: ✭ 927 (+3608%)
Mutual labels:  react-dom
Rapscallion
Asynchronous React VirtualDOM renderer for SSR.
Stars: ✭ 1,405 (+5520%)
Mutual labels:  react-dom
React Tiny Dom
🍙 A minimal implementation of react-dom using react-reconciler
Stars: ✭ 432 (+1628%)
Mutual labels:  react-dom
Rsuite
🧱 A suite of React components .
Stars: ✭ 6,344 (+25276%)
Mutual labels:  react-dom
React Infinite Tree
The infinite-tree library for React.
Stars: ✭ 63 (+152%)
Mutual labels:  react-dom
React Suspense Starter
Experiment with React Suspense right meow.
Stars: ✭ 370 (+1380%)
Mutual labels:  react-dom
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (+368%)
Mutual labels:  react-dom
react-exif-orientation-img
NOT MAINTAINED ANYMORE - img element wrapper component for React that understands EXIF orientation information and corrects it using CSS transforms.
Stars: ✭ 24 (-4%)
Mutual labels:  react-dom
Bundleless React
Inspired by a small conversation with Dan https://twitter.com/iam_daparth/status/1012323243846455297
Stars: ✭ 50 (+100%)
Mutual labels:  react-dom
15 Puzzle
The 15-puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing, built in react
Stars: ✭ 161 (+544%)
Mutual labels:  react-dom
Radio Group
845 byte WAI-ARIA 1.1 compliant radio group React component
Stars: ✭ 133 (+432%)
Mutual labels:  react-dom
Fast React Render
[DEPRECATED] Use last versions of React and Node.js for better performance
Stars: ✭ 102 (+308%)
Mutual labels:  react-dom

Bookshlf

Online E-Commerce Store for Selling & Purchasing Used Books. Specially for Competitive Exams.

  • It Is a Student Oriented Platform.
  • Bookshlf Pickups Books from Partnered Seller and sells to the buyer in any corner of India.
  • Under Bookshlf Partnership Program the Partner is eligible for 60% of the profit earned by selling thier books.

Index

# Title
1 Built
2 Requirements
3 Setup Locally
4 Contribute Contributing Contributers
5 API Keys
6 Sample Screens Visit Store

Built With

Requirements

You will need node and npm installed globally on your machine.

  • Open terminal, write the following command and press enter.
$ npm -v

The terminal should return your npm version.

How to set up your local environment

1. Clone App

  • Make a new folder and open the terminal there.
  • Write the following command and press enter.
  $ git clone https://github.com/Bookshlf-in/Website.git

2. Install node packages

  • Move inside the cloned folder.
  • Write the following command and press enter to download all required node modules.
$ npm install

or

$ npm i

3. Run Locally

  • While you are still inside the cloned folder, write the following command to run the website locally.
  $ npm run start or npm start

Contributing

Love the project and want to get involved? You’re in the right place!

How to Contribute

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Follow the Environment setup above.

3. Checkout into the dev branch. Create a branch from the dev branch with git checkout -b branchname where the name is something descriptive about the issue your branch will fix.

 $ git checkout -b <branch_name>

4. Make your changes, and test them to make sure they work.

5. Add and commit your changes

 $ git add . && git commit -m "<your_message>"

6. Push Code to Github under your branch

 $ git push origin <your_branch_name>

7. When you're ready to submit your pull request, merge the latest version of dev, to make sure your branch is up to date:

git checkout dev
git pull origin dev
git checkout <your_branch_name>
git merge dev

8. Resolve any merge conflicts if they exist, test to make sure your feature branch still works correctly, and then git push origin <your_branch_name>

9. On Github, create a pull request from your feature branch. Always make the PR against the dev branch! Make sure to summarize your changes you made, and if there's anything specific you want reviewed or tested, note that in the PR.

10. When approved, your branch will be merged into master and you're done! Thanks for contributing! :)

Contributors

Made with contributors-img.

Don't forget to this repository !!

API KEYS

  • This is a Neccessary Step to make APIs Work.

To Make API Requests Possible, Follow below Steps after Locally Setting Up Project.

  • Create a File Named .env into Main Repository Folder eg : ...\Website\.env.
  • See Demo.env.txt for more clarity.
  • Inside .env File Recently Created Add Following lines of Code
REACT_APP_BOOKSHLF=https://backend-dot-bookshlf-webapp-5.el.r.appspot.com/
REACT_APP_NODE_ENV=development
  • Save and Restart your Project (if already running) with npm start to make changes Appear.

Screenshots

about addbook address bookdetails cart checkout contact home1 home2 home3 login order recovery search signup wallet wishlist

Future Plans

  • Finalize and implement new designs for website.
  • Methods Centralization
  • Adding Next Js Framework for Server Side Rendering.
  • Adding React Redux for States centeralization and better API Syncronization.
  • Adding Theme Provider of mui.
  • Full Fledged Admin Panel with Analytics.
  • Adding Night Mode.
  • Online Payments (Card / UPI)
  • Coupons
  • Enhanced Search with Recommendations
  • User specific recommendation in home page

Note : These are not mandatory upcoming changes. More changes can be introduced later.

Author

Abhishek Singh

Copyright and License

Copyright (c) 2022, Bookshlf.

Bookshlf source code is licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].