Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g-otn/react-book-author
Very simple book/author registration single page application using React and pubsub-js
https://github.com/g-otn/react-book-author
alura course-project pubsubjs pure react-app
Last synced: 4 days ago
JSON representation
Very simple book/author registration single page application using React and pubsub-js
- Host: GitHub
- URL: https://github.com/g-otn/react-book-author
- Owner: g-otn
- Created: 2019-08-27T03:14:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-05T09:49:16.000Z (over 3 years ago)
- Last Synced: 2023-03-06T00:10:52.031Z (over 1 year ago)
- Topics: alura, course-project, pubsubjs, pure, react-app
- Language: JavaScript
- Homepage: https://g-otn.github.io/react-book-author/
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-book-author
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](https://github.com/alberto-alura/cdcadmin-api), which stores book and author data.
***Veja este README em [Português Brasileiro](https://github.com/g-otn/react-book-author/blob/master/README.pt-BR.md).***
![screenshot_project](https://user-images.githubusercontent.com/44736064/63740825-f25f5a00-c868-11e9-806f-0d5468b136e7.png)
This is my result project from Alura's [React part 1](https://cursos.alura.com.br/course/react) course. ([part 2/3](https://github.com/g-otn/Instalura))
# Running
1. Install Node.js and download this project's source code
2. Install the project's dependencies: `npm i` (might take a while)
3. Start the app: `npm start`# Built with
- [create-react-app](https://github.com/facebook/create-react-app/)
- [alberto-alura/cdcadmin-api](https://github.com/alberto-alura/cdcadmin-api)
- [mroderick/PubSubJS](https://github.com/mroderick/PubSubJS)
- [Pure CSS](https://purecss.io)' Responsive Side Menu layout# Acknowledgements
[leluque](https://github.com/leluque) for assigning me this project's course.