Skip to content

Learning to create website like Medium using React.js, Node.js and MongoDB

Notifications You must be signed in to change notification settings

michtnt/mini-medium-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untitled Project

This project is built as a practical results of my understanding in React.

How to Run

  1. Download/clone this project.
  2. write npm start on command line.

to-do

Front end - Priority

[x] How to use bootstrap on react

Login page

  • Frontend (html, css [search google for how to implement it to react])
  • Backend (connecting to database [match to database, partial code already exist in createUserComponent])
  • add Route to Register.
  • validator.

Register page

  • Frontend (html, css [search google for how to implement it to react])
  • Backend (connecting to database [code already exist in createUserComponent])
  • add Route to Login.

Functionality

  • Enhance search lists [google]
  • check edit post and post list [still error]
  • Make HomePage -- Change Navbar to Medium.
  • Token
  • Hash password.
  • Stories based on what the author wrote
  • delete based on them.

Priority

  • Perfecting search components -- partial code already exist [logic still has flaws.]
  • [P] comments.
  • categorise post based on its tags (Home page).

Future Plans

  • notifications.
  • enhance register and login validator.

optional

  • enhance front end.

About

Learning to create website like Medium using React.js, Node.js and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published