- Designing and implementing a web App for an online library system.
- Make installation set so that all team members can have the app up and running
- Rename the web app name
- Create a sign-in functionality & connect it with firebase
- Create API structure & initiate data values
- Design the online library (design tools)
- Implement the designs with functionality
- Run continous test
- You will firstly need to set up your working environment like installing things neccesary to run this web app
# Clone the repository
https://github.com/FeziweMelvin/Online-Library-System.git
# Insall all dependecies,node_modules won't be available because of .gitignore
npm install
# Start the app
npm start
This will then open the development server and open the page via web browser or through your IDE