CatBlog365 is a blog dedicated to upload posts about cats, the project is implemented with several technologies in Javascript and React, the information obtained is fed through an API made by me. It is a Fullstack implementation over a month of work.
- VITE: Used as the front-end build tool for faster development and optimized production.
- React: Utilized for building the user interface with component-based architecture.
- JavaScript: The primary programming language used.
- JWT (JSON Web Tokens): Employed for secure user authentication.
- React Suspense: Integrated for lazy loading React components, improving the user experience by speeding up initial page loads.
- Fetch API: Used for making network requests to your own API for data retrieval.
- Babel: A toolchain used to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
node.js
npm or yarnA step-by-step series of examples that tell you how to get a development environment running:
Clone the repository:
git clone https://github.com/Gxrco/BlogReact.gitNavigate to the project directory:
cd BlogReact/BlogViteInstall dependencies:
npm installRun the development server:
npm run devOpen your browser and navigate to http://localhost:5173. If the setup is correct, you should see the application running.





