This is a simple web application which displays cat facts. You can add new cat facts or delete existing cat facts from the website. The web application uses a react.js frontend, a FASTapi backend with Python, and SQLite as a database for storing the cat facts.
After cloning the repo, navigate to the root directory and use npm i and then npm run build to build the code. Then, you can use npm run start to start the application.
This project is licensed under the MIT license. For more information, please visit this link.