Samyc2002 / Keeper-App

An application to store all your quick notes that you wish to check on regularly!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keeper

This website aims to make an app which would help people keep a track of their notes, events and other stuff

Instructions for execution of the code

Software to be installed beforehand:

  1. NodeJs
  2. ReactJs

Running the application:

The website server is initiated by -
npm i
npm start
cd ./server
npm i
npm run dev 
~command on git bash.

Enhancements available

  • Improving the UI of note and add button
  • New note should not be added if title and content are empty
  • Deleting one note deletes all notes completely. Fix this such that specific such that specific note is deleted at a time
  • Navbar has dummy items. Remove unncecssary links from navbar.
  • Add project description to home page.
  • TBuilding the register here page (this is equivalent to 4 PRs)

Note

The website is currently incomplete and has a lot of oppurtuinities for contribution and is a great way for you to get started with open source contributions!!!

The issues listed below are provided along with their difficulty levels so you may pick them accordingly!

How to contribute

  • Create and Issue and wait for being assigned to it. (I shall be assigning them about twice a day)
  • Fork the repository.
  • Make changes and commits on the forked repository
  • Create a pull request to the master branch of the original repository
  • Valid pull requests will be merged

Some of the above enhancements are dependant on other enhancements and hence you are expected to take up the issues accordingly.

PS: For the issues that I have opened already, comment in the issue to let me know if you are taking it up. (like by commenting 'I would like to take this up')

For any queries, contact me at 190030036@iitdh.ac.in. We look forward to your contributions!

About

An application to store all your quick notes that you wish to check on regularly!


Languages

Language:JavaScript 97.3%Language:CSS 1.5%Language:Shell 0.8%Language:HTML 0.3%Language:Dockerfile 0.2%