About • Technologies • How to download the project • License • Developer
Book Review is a website developed to be a social book community. In this application the user can sign in and sign up, also he can upload a new book review that will be available in the feed. The users can comment the current books in the feed.
A fullstack project developed using Firebase as backend-as-service and the Frontend was created with ReactJS.
This project was done as a technical challenge to improve my skills as a Frontend Developer and learn to use ContexAPI and Firebase.
The project can be accessed at the link: https://books-reviews.netlify.app
The following technologies/tools were used:
- Editor:
- Vscode was used in this project;
- Node.Js - Installed on your machine;
- Git - Installed on your machine;
#->In the terminal:
# Clone repository:
$ git clone https://github.com/joaorpereira/book-review.git
# Install dependencies:
$ npm install
# Start the project
$ npm start
# After loading the project it will automatically open a tab in the default browser.
This project is under the MIT license. See the LICENSE file for more details.