- React JS
- React Router
- CSS3 - written using SMACSS
- HTML5
- ES6 Classes
- Native Promises
- Emojis used
- Star Wars API -
https://swapi.co/
- You can upvote/downvote your favourite Star Wars character.
- You can write or add comments to your favourite Star Wars character as you click on their profile link. You can clear up your browser's cookies session to reset their comment fields if you want like, as there's a backend implementation to store them.
No build configuration such Webpack or Babel is required. You can just do the following can just do the following.
- Download the zipped file.
- Run
npm install
- Run
npm start
- The
http://localhost:9090
will load up in the browser.
Version 1.0
- Only Star Wars
people
data API endpoint is catered for. - Pagination functionality catered for
people
endpoints - Since implementing pagination functionality above, navigating other character profile detail on following pages are not working correctly as SWAPI hasn't yet provided
id
property for any of its resource.
Add route/link to characters' planets/movies/trivia link content pages- Add pagination components for characters/planets/movies etc
Make data saving capabilities to be persistentHandle multi asynchronous requests logicTo decide whether I should use JSX instead of js moving forth- Provide MongoDB service for hosting star wars images
Refactored class-based components to make use of hooks