Skip to content

A mini social network app (implementation of Kaiza features) in react

Notifications You must be signed in to change notification settings

rmihaja/Kaiza-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaiza

This project is an adaptation of my initial project Kaiza, now using React. Following this tutorial teaching the basis of React, I made the necessary changes accordingly to make it fit with my initial concept.

How it works

Unlike the original project, this app works as a true online social network app, with actual data fetched and served from a backend server, using a fake REST api from my-json-server.

Installation

This project was initialized with create-react-app.

In the project directory, you can run the app in development mode with :

npm start

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.

What's next?

The remote server has a limitation : changes are faked and aren't persisted. It means user made modifications are lost on page reload.

This experiment was mostly focused on React fundamentals (like components and hooks) and building a true frontend app. Implementing a true api to Kaiza is the next feature to be added.

About

A mini social network app (implementation of Kaiza features) in react

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published