This is a sound recording application created in ReactJS.
This is, in many ways, a recreation of this dictaphone web application.
This application allows you to record sounds and manipulate these audios. The recordings are saved in the firebase database (firestore) so you don't lose them. This aplication uses redux to manage the internal data.
For this project I have used trello to organise the development, creating tasks, estimating and prioritising them.
- Installation:
npm install
- Run the project:
npm run start
npm run test