MaktAfri is a web-based book application that provides book readers who enjoy African novels a platform to share their reads leave reviews on a particular book and also rate it.
# MaktAfri
## Authors:
1. Ivy Murage
2. Brian Kipkoech
3. Rachel Muriithi
4. Nelson Mutinda
5. Francis Muriithi
### General Information
**MaktAfri** is a web-based book application that provides book readers who enjoy African novels a platform to share their reads leave reviews on a particular book and also rate it. We identified that there was a scarcity of platforms where African book readers can share books they have read for others to see as well as leave reviews on how they find a particular book and rate it. Most of the reading apps for books contain all genres of books from all continents. However, having a single platform where African book readers can share books and leave reviews would ease the process of looking for African books to read in different book applications. MaktAfri web-based Book Application aims to fill this gap and to unite all African book readers as a whole.
### Technologies/Features
1. React JS
2. CSS
3. Ruby
4. Figma
### Setup
To run this project, one must have either of the following;
1. The live Heroku link to this repository available on both the project repository **About** and **at the end of this README file**.
2. Fork and clone this repository and have Visual Studio Code (Windows) or Code (Linux) and run the following commands in the local project directory :
* Run __"npm install"__ to install the project dependencies.
* Run __"npm install react-router-dom@6.4.3"__ to install a compatible version of react-router-dom.
* Run __"npm start"__ command in the terminal to get the React App running.
### Future Updates
1. Add update functionality to the Reviews card to allow users to update their reviews on particular books.
2. Develop a mobile application.
3. Add User Authentication to both the web and mobile versions of this application.
### Copyright and License (MIT)
Copyright (c) 2022 Ivy Murage and others
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentatio …