Skip to content

I'm learning React. During writing this app I will learn react-dom, react-router, lifecycles etc.

Notifications You must be signed in to change notification settings

aperekhozhuk/React-Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I'm learning React, so i decided to write this simple forum.

It provides basic user authentication, which allows them create own posts. Unregistered users can only see posts, but not create own.

Because of platform features I have some problems with routing (you can access only main page by direct link, passed in your browser's address line)

For server-side I'm using my own API

You can see it on https://github.com/aperekhozhuk/FlaskAPI
Now it's running on free Python hosting just for development and testing client-side
You can access it on https://aperekhozhuk.pythonanywhere.com

Running locally

  1. git clone https://github.com/aperekhozhuk/React-Forum
  2. cd React-Forum/
  3. npm install
  4. npm start
  5. open 'http://localhost:3000/' (it runs on 3000 port by default)

About

I'm learning React. During writing this app I will learn react-dom, react-router, lifecycles etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published