https://github.com/jos3s/booksfinder
https://github.com/jos3s/booksfinder
react reactjs styled-components styled-system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jos3s/booksfinder
- Owner: jos3s
- License: mit
- Created: 2021-07-04T22:19:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T22:05:35.000Z (almost 5 years ago)
- Last Synced: 2023-03-05T10:40:40.122Z (over 3 years ago)
- Topics: react, reactjs, styled-components, styled-system
- Language: JavaScript
- Homepage: https://booksfinder.jos3s.dev/
- Size: 597 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Booksfinder

Find books the easy way
---
## :purple_circle: Technologies used
- [ReactJS](https://reactjs.org/)
- [Styled-components](https://styled-components.com/)
- [Styled-system](https://styled-system.com/)
- [react-router-dom](https://reactrouter.com/web/guides/quick-start)
## :bangbang: Prerequisites
- Node.js
- Yarn or NPM
### :heavy_check_mark: How to use
Clone the repository
```bash
git clone https://github.com/jos3s/booksfinder.git
-- ou com github cli--
gh repo clone jos3s/booksfinder
```
Enter the folder
```bash
cd booksfinder
```
Install dependencies
```bash
yarn
-- ou --
npm install
```
And start the application
```bash
yarn start
-- ou --
npm start
```
Access **localhost:3000** to view the application
---
Developed by José Ulisses