Hi,Welcome to Vible! This app was built to create notes and set chore lists so you don't forget anything. 🚀
- Note-taking: this app provides a built in text editor so you can customize your notes.
- list-making: it also allow you to make list of things for you to do.
- pomodoro-style timer: just there to help you study.
- Clone this repository:
git clone https://github.com/Vitor193/vible-client.git
- Navigate to the project directory:
cd vible-client
- Install dependencies:
npm install
- Start the app:
npm start
- Open your favorite browser.
- Go to
http://localhost:5173
. - Explore the app and be amazed!
We welcome contributions! If you'd like to contribute to Vible, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/awesome-feature
- Make your changes and commit them:
git commit -m "Add awesome feature"
- Push to your forked repository:
git push origin feature/awesome-feature
- Create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.