ronaldhong / Booklist

Example of using React, Redux, Node.js, Express and Mongodb to create a full-stack BookStore website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Booklist


Booklist is a mock-up example of a bookstore I made to showcase my understanding in React.js, Single-Page-Application(SPA), and Redux for state manipulation.


User can upload their favorite books that will be saved in the database, because this is just an example webpage for educational purpose, any users can delete the books from the database.


Libraries/Technologies I used include: React.js Redux React-Router Node.js Express Mongodb(I used mlab as my cloud database service), HTML, CSS, Javascript, Bootstrap



To Install


  1. git clone https://github.com/ronaldhong/Booklist.git
  2. go to folder directory and enter "npm install" in Command
  3. enter "npm start" in command line
  4. go to http://localhost:3000/

About

Example of using React, Redux, Node.js, Express and Mongodb to create a full-stack BookStore website.


Languages

Language:JavaScript 99.9%Language:HTML 0.1%Language:CSS 0.0%