How to Build an App with React, Express and SQLite

This tutorial will show you how to build your own app with React, Express and SQLite. First, you will create SQLite database. Next, you will create express server and connect it with the database. After that, you will build a React app, use axios to send requests to the server and use React hooks to… Continue reading How to Build an App with React, Express and SQLite

How to Build a Simple React app With Express API

Have you ever wanted to build React app with Express API? This tutorial will show you how. You will learn how to create a simple React app and how to fetch data from different API endpoints. Then, you will learn how to build API with Express.js, how to create controllers and routes and how to… Continue reading How to Build a Simple React app With Express API