Brain Dump is a React application built with Vite. It aims to provide users with a simple and efficient way to jot down and manage their thoughts and ideas.
- Dumper for load out your thoughts and ideas
- ShittyList for revealing your brain's stuff
- Remembering stuff in LocalStorage
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/itsdorosh/brain-dump.git cd brain-dump -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173.
The App component is the main component of the application. It manages the state and renders the Dumper and ShittyList components based on the state.
The Dumper component is used to display the main content when the ShittyList is not revealed.
The ShittyList component is used to display a list of items when revealed.