Skip to content

Bookstore SPA built with React and Redux. Styled with TailswindCSS. Responsive Design applied.

License

Notifications You must be signed in to change notification settings

chubaquelo/React-Bookstore

Repository files navigation

React Bookstore (Frontend)

Magic-books Inc. is a fictional company based in Germany. We build the front-end of an application that helps to organize and manage a bookstore. They want it to be fast, dynamic and responsive to their actions and therefore we decided to build the frontend with React & Redux. We needed an API Server to manage and store the information, and for that, we have used a Ruby on Rails API server.

LIVE DEMO

The app is deployed in Heroku. Click Here to See Live Demo

Our rails backend API server is online in heroku at this address: https://esteban-sergio-bookstore-app.herokuapp.com/ Our Rails Server repository is located at: https://github.com/epinczinger/bookstore-rails-backend

Screenshot

Functionalities

The user can SignUp for a new account and/or Login. Session is managed with LocalStorage (for persistence) and Rails API Server.

We have added validations both in server and in react, showing error messages if password is not correct, or confirmation does not match.

Once logged in, the user can add or remove books to his library, changing the reading progress for each book to track the progress.

Reading percentage display will change its color depending on the progress, and turned green once you reach 100% for that book.

All information is being saved in our Ruby on Rails server instantly, using API's to connect it to this React Frontend.

We have also added an instant category filter, so you can only display book from one category.

Built With

  • HTML + CSS
  • Responsive Design
  • Tailwind CSS
  • React.js
  • JavaScript, ES6
  • JS: LocalStorage, AXIOS
  • Redux
  • NPM
  • ESLINT + Stylelint
  • React Router
  • React-Redux
  • Ruby on Rails
  • Pair Programming

Mobile Responsive Layout

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Authors

👤 Sergio Obolevich

👤 Sergio Obolevich

🤝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

Bookstore SPA built with React and Redux. Styled with TailswindCSS. Responsive Design applied.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published