Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dannycahyo/note-wise
https://github.com/dannycahyo/note-wise
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dannycahyo/note-wise
- Owner: dannycahyo
- Created: 2024-10-31T13:43:25.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2024-11-02T00:16:31.000Z (5 days ago)
- Last Synced: 2024-11-02T01:18:53.593Z (5 days ago)
- Language: TypeScript
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note-Wise Workshop Project
Welcome to the Note-Wise workshop project! This repository is structured to help you learn and follow along with the development process.
## Project Overview
Note-Wise is a note-taking application built for learning purposes. This project demonstrates various programming concepts and best practices in a practical, hands-on way.
## Repository Structure
This repository has two main branches:
### `develop` Branch
- Contains the initial/starter code
- Use this branch if you're following along with the workshop
- Includes basic setup and structure to help you get started
- Perfect for learning and implementing features step by step### `main` Branch
- Contains the complete, final version of the project
- Reference this branch to see the finished implementation
- Includes all features fully implemented
- Use this as a guide to check your work or understand the end goal## Getting Started
1. Clone the repository:
## Development
Run the dev server:
```shellscript
npm run dev
```2. Switch to the develop branch for the starter code:
```shellscript
git checkout develop
```3. Install dependencies:
```shellscript
npm install
```4. Follow along with the workshop instructions to build the application
## Workshop Progress
The workshop will guide you through:
- Initial project setup
- Building core features
- Implementing the user interface
- Adding functionality
- Testing and debugging## Need Help?
- Check the final implementation in the main branch for reference
- Review the commit history to see the step-by-step development process
- Refer to the workshop documentation for detailed explanations