Coder Social home page Coder Social logo

hritik-shyam-gupta / note-taking-app-project Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 250 KB

This is a Summer Internship 2021 Project to create a fully Functional Note-taking Web Application, like Evernote. This project is build using React and Firebase.

HTML 16.24% CSS 20.26% Shell 1.47% JavaScript 62.02%

note-taking-app-project's Introduction

Project Description!

This is a Summer-Internship 2021 Project of creating a Note Taking Web Application (An Evernote Clone) by the Students of Dayalbagh Educational Institute.

Evernote clone is a basic note taking application similar in functionality to Evernote.

Features

  • Create note
  • Select note
  • Modify note
  • Delete note
  • Notes organized by most recently updated
  • Firestore initialization
  • User note collection modification

Technologies Stack

  • ReactJS (Classes)
  • React Quill Editor
  • Material UI/Core
  • React Router DOM
  • Firebase - Auth - Firestore

Evernote Clone (ReactJS - Firebase)

Getting Started with Create React App

This project was bootstrapped with Create React App.

Important!

For the project to run, you need to apply your firebase project's SDK to local environment variables. To do so, we put the project's config info in the provided .env file. Once finished, make sure your .env file (or whatever you rename it to) is included in your .gitignore file so your project's info isn't uploaded when you go to build and deploy the app.

Firebase Setup

  • Create a project(web) and a cloud firestore Databse on Firebase in your account.
  • Setup Sign-in method by enabling email/password in Authentication tab.

First Step

  • cd into the Evernote-editor directory
cd Evernote-editor/

Now Follow these steps to Start the Application on your Machine.

Environment Variables

  • Add the following env variables to .env file
REACT_APP_FIREBASE_API_KEY = <your api key>
REACT_APP_FIREBASE_AUTH_DOMAIN = <your auth domain>
REACT_APP_FIREBASE_PROJECT_ID = <your project id>
REACT_APP_FIREBASE_STORAGE_BUCKET = <your storage bucket>
REACT_APP_FIREBASE_MESSAGING_SENDER_ID = <your messaging sender id>
REACT_APP_FIREBASE_APP_ID = <your app id>
REACT_APP_FIREBASE_MEASUREMENT_ID = <your measurement id>

Make sure to add "REACTAPP" before variables if you use create-react-app.

  • Install npm packages
npm install
  • Install Other Dependencies
npm install react-quill
npm install @material-ui/core
npm install @material-ui/icons
  • Install Firebase packages
npm install firebase
  • Start dev server
npm start

Now your project should be visible on your computer locally @ http://localhost:3000/

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 the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

note-taking-app-project's People

Contributors

hritik-shyam-gupta avatar

Stargazers

Tushar Gupta avatar

Watchers

 avatar

Forkers

yashjain323

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.