Character listing app
v1.0.0-beta
Prerequisites
- NodeJS and NPM Nodejs.org
- Download repo and open terminal inside the folder
npm i
(Wait for installation to complete)
cd marvel-client && npm i
(Wait for installations to complete)
To start developement run
npm run start
- Create MongoDB to hold a copy of the main character list so it is searchable
- User login
- save favs
- edit existing
- upload files
- Implement caching
- Create json file of all comics (with reduced info) for use in charts
- Images, lazy loading, preloading