A library inventory app created using MERN stack
Proof of concept: App was developed as a demo/testing app for a future SaaS app.
- Clone repo into desired directory
git clone https://github.com/tjdev7/MyLibbb.git
orgh repo clone tjdev7/MyLibbb
- Run
npm install
in your terminal to install all app node modules and dependencies - Run
yarn start
in your terminal to run app on http://localhost:3000/
- React Testing library
- Jest
- Mocha
- Cypress
- Webpack
- TravisCI
- CircleCI
- ESLint, CSSLint and StyleLint
- Finalize UI design for app
- Add functioning backend for app
- Add free API service to app
- Separate React components
- Develop multiple tests for entire project
- Complete initial UI design for app
- Add React, Webpack, babel and ESlinter to app