Very simple book/author registration single page application using React and pubsub-js.
The application sends and retrives form data to alberto-alura/cdcadmin-api, which stores book and author data.
Veja este README em Português Brasileiro.
This is my result project from Alura's React part 1 course. (part 2/3)
- Install Node.js and download this project's source code
- Install the project's dependencies:
npm i
(might take a while) - Start the app:
npm start
- create-react-app
- alberto-alura/cdcadmin-api
- mroderick/PubSubJS
- Pure CSS' Responsive Side Menu layout
leluque for assigning me this project's course.