vunguyentuan / google-keep-like

A step by step instruction to create simple version of google keep in ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Instruction:

Install NodeJS

  • Offical NodeJS download page
  • Or via nvm

Install yarn - (A better node package manager)

  • Installation instruction here

Create our first react app

  • npm install -g create-react-app
  • create-react-app APPLICATION_NAME
  • cd APPLICATION_NAME
  • yarn start

Screenshot

Empty application

About

A step by step instruction to create simple version of google keep in ReactJS


Languages

Language:JavaScript 78.2%Language:CSS 12.1%Language:HTML 9.7%