Coder Social home page Coder Social logo

jaredwilli / webernote-react Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 1.0 20.11 MB

:helicopter: Create and edit notes in real-time.

Home Page: http://webernote.surge.sh/

License: MIT License

HTML 1.33% CSS 13.54% JavaScript 85.13%
react redux firebase es6 vscode babel surge notes-app note-taking

webernote-react's Introduction

Welcome to Webernote!!

Build Status codebeat badge Codacy Badge Greenkeeper badge dependencies Status

code style: prettier PRs Welcome Roadmap

Overview


This app is a side-project I'm developing using React, Redux, ES6, and Firebase as the data store. I have learned a great deal from building this application, now for the third time. The first time I made it with jQuery, the second time with AngularJS.

It is a great example of what a real-world application might be like, which makes it perfect to build it using different technologies that I want to learn or get better with.

Demo


webernote-desktop

You can see that as you change the fields in the edit form, the updates are made everywhere, instantly populating the form rest of the components and filling out the app with some useful UI features and capabilites that you can ultimately operate the application with the more notes you have!

Responsive Layout


I wanted to be able to take this app and use it anywhere I was right from on my phone. So, I used flexbox to make the rather complex layout of the columns and the edit form rows and filled in remaining spaces which normally would be a problem, it was quite easy with the use of flexbox.

webernote-responsive

It's not 100% perfect yet. But you can use it, it's functional. I did make some improvements that required some more thought around the UX on mobile, but overall it's pretty usable.


Install

Yarn helps to spead things up a bit, but I use npm as well.

brew install yarn

Clone && cd && yarn

git clone [email protected]:jaredwilli/webernote-react.git
cd webernote-react
yarn

Running Server:

yarn start

_The app will be served on (http://localhost:3000/).

Building - Testing - Watching

This is still a Create React App unejected. (Sounds so weird...) But there are tons of cool things you can do

Building

yarn build
Yarn build-start

Testing

yarn test  [-- --jsdom] [--coverage]
yarn coverage   [--watch]

Sass Watching / Building

yarn watch-css
yarn build-css

***ORRR..... Read the code :)

Get a list of the npm scripts you can run.

yarn run


Prettier Configuration

This app uses prettier to auto format the code on pre-commit. It also has a .prettierrc file for setting some defaults. It is recommended that you install Prettier in your code editor of choice and configure your workspace settings for it to be the same as what this project has defined.

Contributing

Everyone is welcome, we can turn it into a really useful app together! Of course I am open to anyone looking to contribute. This app is kind of a what I use to build a real-world and production level and quality application using technologies I am not very familiar with so I can pick it up while building a pretty complex single-page-app.

If you are interested in contributing to this project, check out the Issues page and choose from any of the various features, bugs, ideas and other things that you may want to give a shot to add, and open a Pull Request.

Roadmap

Check out the issues, there's and apply the label Roadmap.

License

MIT License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.