This project is intended to be part of my portfolio. With this project, I intend to improve my basic skills in React with TS, creating a simple blog. No AI was used ❌
I used the following Figma as inspiration click here
Application created using Vite
npm run dev: Run the development environment;npm run server: Run the JSON-server;
axios:^1.8.3,json-server:^1.0.0-beta.3,react:^19.0.0,react-dom:^19.0.0,react-router:^7.3.0
- To run this project we first need to run the
npm run servercommand, this will make the json-server lib run and bring up the backend mock; - After that we just need to run
npm run devto bring up the application and use it on the port provided;