"Large amounts of information just one-finger away"
React Book was designed to work with a backend hosted in another repository. You can see the source code and documentation here
This project remain in constant development. Next features will be focused on:
- Test E2E coverage with playwright
- Auth flow
- Modal and notifications
nodejs
backend flask api running
- git clone the repo
- in terminal, go to project root directory
- npm install to download dependencies
- npm run start for project exec
- Fork this repo.
- Create a branch:
git checkout -b <branch_name>
. - Do your alterations and tell then in your commit message:
git commit -m '<commit_message>'
- Send then to origin fork:
git push origin <project-name> / <local>
- Create a pull request detailing your implementation.
Rafael David |