joshtom / google-keep-clone

A Minimalistic version of google keep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Keep Clone

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Folder Structure and Instructions

  • All components should go into the components folder
  • Helpers and Utils should contain helper function and utilities respectively
  • Reusable layouts should go into the layout folder and it can be used anywhere
  • All general style should go into the styles folder
  • Use Scss modules for your styling i.e style.module.scss
  • Use the jsx extension for all your react specific file i.e index.jsx
  • Javascript and Styles should be component specific i.e component/index.jsx and component/styles.module.scss
  • Use PropTypes to validate the props input
  • Write a clean code and before you send a PR make sure it's well tested and no console error

About

A Minimalistic version of google keep


Languages

Language:HTML 45.1%Language:JavaScript 44.4%Language:CSS 8.1%Language:SCSS 2.4%