Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
60ccdbd
added structure
alandgmendes Nov 15, 2022
9930e1f
pushing final v1
alandgmendes Dec 1, 2022
691b1bb
added entry point
alandgmendes Dec 1, 2022
d178914
added gh pages
alandgmendes Dec 1, 2022
912078a
added stuff to packagejson
alandgmendes Dec 2, 2022
266cbf9
aded vercel.json
alandgmendes Dec 4, 2022
688a6aa
dependencies fixed
alandgmendes Dec 4, 2022
d5543b3
fixed react start
alandgmendes Dec 4, 2022
c66c0ec
fixed depe
alandgmendes Dec 4, 2022
d9d3c74
fixed login route
alandgmendes Dec 7, 2022
eb15d25
readytogo
alandgmendes Mar 9, 2023
5ec16c3
trying to raise
alandgmendes Mar 9, 2023
c886a8e
Update README.md
alandgmendes Mar 9, 2023
b8f7fac
setup gh-pages
alandgmendes Mar 9, 2023
2d50fdf
Merge branch 'master' of https://github.com/alandgmendes/react-auth
alandgmendes Mar 9, 2023
6740c01
setup gh-pages
alandgmendes Mar 9, 2023
d72dcbf
setup gh-pages
alandgmendes Mar 9, 2023
2361f05
added xlsx convenios
alandgmendes Apr 3, 2023
90425f3
fixed packagejson
alandgmendes Apr 3, 2023
76246d1
fixed front probs
alandgmendes Apr 3, 2023
76419bf
fixed deploy ghpages
alandgmendes Apr 3, 2023
71461bb
fixed deploy
alandgmendes Apr 3, 2023
db1ce11
cheanged login url
alandgmendes Apr 3, 2023
4a3f967
versão 1 pdf programas
alandgmendes Apr 21, 2023
502d4d1
fixed url base
alandgmendes Apr 21, 2023
8851538
changed programas
alandgmendes Apr 25, 2023
20a5bf6
added some debugging
alandgmendes Apr 25, 2023
da66177
ahrdcoded url base
alandgmendes Apr 25, 2023
2c89828
footer fixed
alandgmendes Apr 26, 2023
96633a9
header footer fixed
alandgmendes Apr 26, 2023
2cd6d7c
header footer not selected fixed
alandgmendes Apr 26, 2023
06235d4
mexendo em emendas
alandgmendes Apr 26, 2023
9c2e540
fixed url broken backend
alandgmendes Apr 26, 2023
a023e2f
fixed url
alandgmendes Apr 26, 2023
b81edef
fixed programs data
alandgmendes Apr 28, 2023
ca07661
fixed coisas em programas
alandgmendes Apr 29, 2023
18d5e5e
added footer data hora
alandgmendes Apr 29, 2023
df38a3b
adciionado opção pra remover vencidos
alandgmendes May 2, 2023
8d783d8
adicioando ajuste datas
alandgmendes May 2, 2023
ff1c055
nome arquivo pdf gerado consertado
alandgmendes May 3, 2023
f80634f
fixed table align programas
alandgmendes May 8, 2023
1a043ee
fixed ação orçamentária
alandgmendes May 8, 2023
6a01636
fixed pdf gen
alandgmendes May 9, 2023
85eae11
removed unnecesary console.log()
alandgmendes May 9, 2023
52ed700
paused here
alandgmendes Sep 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/node_modules
/.pnp
.pnp.js

.csv
# testing
/coverage

Expand All @@ -17,6 +17,7 @@
.env.development.local
.env.test.local
.env.production.local
.env

npm-debug.log*
yarn-debug.log*
Expand Down
22 changes: 1 addition & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
# React Authentication

This repository houses a project built during the course of learning how to build an authentication system with react. The following are the tutorials:

* [Introduction to React-Bootstrap](https://dev.to/ebereplenty/introduction-to-react-bootstrap-20ik)
* [React Authentication - Register](https://dev.to/ebereplenty/react-authentication-part-1-39aj)
* [React Authentication - LOGIN](https://dev.to/ebereplenty/react-authentication-login-h3i)
* [React Authentication - Protecting and Accessing Routes/Endpoints](https://dev.to/ebereplenty/react-authentication-protecting-and-accessing-routes-endpoints-96h)
* [Printing in React Made Easy With React-To-Print](https://dev.to/ebereplenty/printing-in-react-made-easy-with-react-to-print-4b3k)

## Dependencies
* [Axios](https://www.npmjs.com/package/axios)
* [React-Bootstrap](https://react-bootstrap.github.io/)
* [universal-cookie](https://www.npmjs.com/package/universal-cookie)
* [react-router-dom](https://www.npmjs.com/package/react-router-dom)

## Installation
* Clone the whole project or by branch name
* Run ``npm install``
* Run ``npm start``
*That will open the project on your default browser*
#This is a fast solution to check portal da transparência Brasil
Loading