/notes-with-react

UNCLTR notes web app created with ReactJS and Firebase

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Notes with React

You can view the website here: Uncltr Notes

Usage

Simply fork this repo, then clone or download to your desktop, and run the following

# Install dependencies
npm install

# Serve on localhost:3000
npm start```