Skip to content

anmoldewanrai/evernote_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evernote Clone

tminus5 P2

View Live

Features

  • Create new note
  • Read saved note
  • Update note
  • Delete note

Tech

Evernote Clone uses a number of free services and open source projects to work properly:

Installation

Evernote Clone requires Node.js v12+ to run.

Install the dependencies and devDependencies.

cd evernote_clone-master
npm i

Important

Since, the api keys have not been pushed alongwith the code and have been accessed via the dotenv package. So, create a .env file within the root folder i.e., evernote_clone-master (or whatever you may have renamed it to) and replace the variables with your firebase configurations. For exanple:

REACT_APP_FIREBASE_API_KEY = firebase api key string value

Run

Inside root directory

npm start

Development

Want to contribute? Great!

License

Tutorial By FreeCodeCamp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published