Skip to content

A short project to refresh myself on the best practices of React library

License

Notifications You must be signed in to change notification settings

findshrey/notes-app

Repository files navigation

Notes App

A simple notes app to help you keep track of things. Saves data in the local storage. Hosted with Netlify.

demo

Installation & Set Up

  1. Install and use the correct version of Node using NVM

    To verify that nvm has been installed, do:

    command -v nvm
  2. Install dependencies

    npm install
  3. Start the development server

    npm run dev

    Open http://localhost:8080 with your browser to see the result.

    You can start editing the page by modifying src/index.js. The page auto-updates as you edit the file.

Building for Production

  1. Generate a full static production build

    npm run build

LICENSE

The MIT License

About

A short project to refresh myself on the best practices of React library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published