This project was created using reactstrap and creat-react-app
Library Used
- Just for learning purpose the hooks implementation of redux has been used in this project
- reactstrap which contains bootstrap4 components are used for generating responsive elements
Note: Site is still not fully responsive
Project Structure
- Animal Component contains the list of the cards and the controller can be used to insert a new animal or search a specific animal
- Animal and Controller is bootstrapped in layout which was usually not necessary in here but is useful when you have multiple pages. I am used to this structure so i have used it but you may remove it if you want and move navbar code to app.
Future Improvements
- Update
- Pagination
- Images of animals
- Backend
- More suggestions are appreciated
yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
yarn test
Note -- Tests for the project are not implemented yet
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.