- Download the code on your machine.
- Navigate to the root folder of the code.
- run "npm install" command in terminal to install all the dependencies.
- Use "npm start", to run the code on user machine.
- User can create a new album.
- User can add pictures to album by giving image url and name.
- User can remove a picture from his/her album.
- User can edit image name or url.
- Data will be saved in the firebase database.
- Reactjs
- firebase (database)
- react-toastify (notification)
- CSS
- JavaScript