Skip to content

kevyourdev/koogleKeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koogle Keep

Koogle Keep is a mock version of Google Keep, built using React and Material-UI. It provides a user-friendly interface for taking notes, setting reminders, and organizing information efficiently. It is built using React and Material-UI.

image

Table of Contents

Installation

To run Koogle Keep locally, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/yourusername/koogle-keep.git
  1. Navigate to the project directory:
cd koogle-keep
  1. Install the project dependencies:
npm install
  1. Start the development server:
npm start

Koogle Keep should now be accessible at http://localhost:3000.

Usage

  1. Create a new note by clicking the "New Note" button.
  2. Edit the note's title and content.
  3. Archive or delete notes you no longer need.

Contributing

We welcome contributions to Koogle Keep. To contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add feature'.
  4. Push your changes to your fork: git push origin feature/your-feature-name.
  5. Create a pull request to the main repository.

Please follow our code of conduct and contribution guidelines when contributing.

Future Development

  1. Add a BackEnd (ex. MongoDB, PostgreSQL)
  2. Deploy (ex. Heroku)
  3. Add Sidebar and tags

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published