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.
To run Koogle Keep locally, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/yourusername/koogle-keep.git
- Navigate to the project directory:
cd koogle-keep
- Install the project dependencies:
npm install
- Start the development server:
npm start
Koogle Keep should now be accessible at http://localhost:3000.
- Create a new note by clicking the "New Note" button.
- Edit the note's title and content.
- Archive or delete notes you no longer need.
We welcome contributions to Koogle Keep. To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
. - Make your changes and commit them:
git commit -m 'Add feature'
. - Push your changes to your fork:
git push origin feature/your-feature-name
. - Create a pull request to the main repository.
Please follow our code of conduct and contribution guidelines when contributing.
- Add a BackEnd (ex. MongoDB, PostgreSQL)
- Deploy (ex. Heroku)
- Add Sidebar and tags