|
1 | | -# Getting Started with Create React App |
| 1 | +# South System Books |
2 | 2 |
|
3 | | -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). |
| 3 | +Projeto para busca de livros na Api do Google Books. |
4 | 4 |
|
5 | | -## Available Scripts |
| 5 | +Funcionalidades: |
| 6 | +- Pesquisa de livros |
| 7 | +- Salvar livros nos favoritos |
| 8 | +- Livros visualizados salvos na página de recentes |
| 9 | +- Leitura de livros online |
| 10 | +- Download de livros |
| 11 | +- Compra de livros |
| 12 | +- Link para visualização de resenha e demais informações |
6 | 13 |
|
7 | | -In the project directory, you can run: |
| 14 | +Tecnologias utilizadas: |
| 15 | +- ReactJS |
| 16 | +- Redux |
| 17 | +- Material UI |
| 18 | +- Api Google Books |
| 19 | +- Webpack |
| 20 | +- PWA |
8 | 21 |
|
9 | | -### `npm start` |
| 22 | +Testes: |
| 23 | +- Jest |
10 | 24 |
|
11 | | -Runs the app in the development mode.\ |
12 | | -Open [http://localhost:3000](http://localhost:3000) to view it in the browser. |
| 25 | +Deploy: |
| 26 | +- Netlify |
13 | 27 |
|
14 | | -The page will reload if you make edits.\ |
15 | | -You will also see any lint errors in the console. |
16 | 28 |
|
17 | | -### `npm test` |
| 29 | +Para executar o projeto em modo desenvolvimento: |
| 30 | +- npm start |
18 | 31 |
|
19 | | -Launches the test runner in the interactive watch mode.\ |
20 | | -See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. |
| 32 | +Gerar projeto para produção: |
| 33 | +- npm run-prod |
21 | 34 |
|
22 | | -### `npm run build` |
| 35 | +Gerar projeto para desenvolvimento: |
| 36 | +- npm run-dev |
23 | 37 |
|
24 | | -Builds the app for production to the `build` folder.\ |
25 | | -It correctly bundles React in production mode and optimizes the build for the best performance. |
| 38 | +## Páginas: |
| 39 | +- Início Mobile |
| 40 | +<p float="center"> |
| 41 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/inicio_mobile.jpeg" width="200" /> |
| 42 | +</p> |
26 | 43 |
|
27 | | -The build is minified and the filenames include the hashes.\ |
28 | | -Your app is ready to be deployed! |
| 44 | +- Home |
| 45 | +<p float="center"> |
| 46 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/home.PNG" width="560" /> |
| 47 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/home_mobile.jpeg" width="160" /> |
| 48 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/home_mobile_pesquisa.jpeg" width="160" /> |
| 49 | +</p> |
29 | 50 |
|
30 | | -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. |
31 | 51 |
|
32 | | -### `npm run eject` |
| 52 | +- Informações |
| 53 | +<p float="center"> |
| 54 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/informacoes.PNG" width="560" /> |
| 55 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/informacoes_imagem_mobile.jpeg" width="160" /> |
| 56 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/informacoes_descricao_mobile.jpeg" width="160" /> |
| 57 | +</p> |
33 | 58 |
|
34 | | -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** |
35 | 59 |
|
36 | | -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. |
| 60 | +- Favoritos |
| 61 | +<p float="center"> |
| 62 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/add_favoritos.png" width="450" /> |
| 63 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/favoritos.PNG" width="450" /> |
| 64 | +</p> |
37 | 65 |
|
38 | | -Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. |
39 | 66 |
|
40 | | -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. |
| 67 | +- Recentes |
| 68 | +<p float="center"> |
| 69 | + <img src="https://github.com/Tiagoalbuquerque2302/south-system-books/blob/master/public/git/recentes.PNG" width="500" /> |
| 70 | +</p> |
41 | 71 |
|
42 | | -## Learn More |
43 | 72 |
|
44 | | -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). |
45 | | - |
46 | | -To learn React, check out the [React documentation](https://reactjs.org/). |
47 | | - |
48 | | -### Code Splitting |
49 | | - |
50 | | -This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) |
51 | | - |
52 | | -### Analyzing the Bundle Size |
53 | | - |
54 | | -This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) |
55 | | - |
56 | | -### Making a Progressive Web App |
57 | | - |
58 | | -This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) |
59 | | - |
60 | | -### Advanced Configuration |
61 | | - |
62 | | -This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) |
63 | | - |
64 | | -### Deployment |
65 | | - |
66 | | -This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) |
67 | | - |
68 | | -### `npm run build` fails to minify |
69 | | - |
70 | | -This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) |
| 73 | +## Desenvolvimentos Futuros |
| 74 | +- Fazer integraçaão com a conta do usuário, salvando livros na sua estante; |
| 75 | +- Autenticação com Google; |
| 76 | +- Preview de livros no próprio site; |
| 77 | +- Inclusão de filtros para busca de livros; |
0 commit comments