Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.35 KB

README.md

File metadata and controls

88 lines (64 loc) · 3.35 KB

A Web Application developed with ReactJS where users can search for books and maybe buy some of them using the Google Books API

Repo's top language Repository size

Used Technologies   |    Project's goal   |    Final Result   |    How to Run

                                            

Demo on Netlify

🚀 Used Technologies

🎯 Project's goal

The aim of this project was practicing React, a great tech that I've started learning recently, with this app, I could practice some concepts like props, conditional rendering, components managment in React, styling with styled components, I enjoyed it really much and I'll keep learning React for sure, I really liked it!

📋 Final Result

ℹ️ How to Run

Follow the steps below to run the project in your machine, before it all, you need to have the Git, Node.js and Yarn installed on your computer, then follow the steps below:

# Clone the repo
$ git clone https://github.com/TiagoDiass/book-finder.git

# Enter in the directory
$ cd book-finder

# Install the dependencies
$ yarn

# Start the app
$ yarn start

After following these steps, your terminal will show you what port is the app running on(it's usually the 3000), so you'll just need to open your browser and open localhost:3000. To stop the app just go back to the terminal and press CTRL+C.


Hope you enjoyed this project 😃
👋 Get in touch!

Author: Tiago Dias