Skip to content

axel37/cefim-internet-react-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internet React Chat

A Twitter-inspired, command-line themed React application.

Built to practice the React Library and communicating with an API using Fetch.

Note that for security reasons, the API url is not made public, thus rendering this application unusable. If you so happen to be in possession of this url, you should then create the file /src/ApiUrl.js containing the following :

const ApiUrl = "https://the_url.com";
export default ApiUrl;

About

A Twitter-inspired React application.

Topics

Resources

Stars

Watchers

Forks