https://github.com/bakna2t/type2note
React app with ReduxJS/Toolkit to write, edit and store daily notations
https://github.com/bakna2t/type2note
Last synced: 4 days ago
JSON representation
React app with ReduxJS/Toolkit to write, edit and store daily notations
- Host: GitHub
- URL: https://github.com/bakna2t/type2note
- Owner: bakNa2t
- Created: 2024-07-22T06:41:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T07:30:21.000Z (over 1 year ago)
- Last Synced: 2025-03-21T09:32:44.658Z (10 months ago)
- Language: JavaScript
- Homepage: https://type2note.vercel.app
- Size: 364 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Type 2 Note App implemented with React, Vite, Redux, Styled Components, React Hot Toaster and Reduxjs/toolkit
### Getting Started
To get started with this project, you will need to have Node.js and Vite installed on your machine.
To install Node.js, visit the Node.js website: [node](https://nodejs.org)
To install Vite, run the following command in your terminal:
```
npm install -g vite
```
Once you have Node.js and Vite installed, you can clone the **type2note** repository to your local machine:
```
git clone https://github.com/bakna2t/type2note.git
```
Navigate to the type2note directory and install the dependencies:
```
cd type2note
npm install
```
To start the development server, run the following command:
```
npm run dev
```
The development server will be running on http://localhost:5173. You can open this URL in your web browser to view the type2note app.
#### Developed with:
- [React](https://reactjs.org/)
- [Vite](https://vitejs.dev/)
- [Styled Components](https://styled-components.com/)
- [React Hot Toast](https://react-hot-toast.com/)
- [Redux Toolkit](https://redux-toolkit.js.org/)
- [Ant Design/icons](https://ant.design/components/icon/)
click here to visit => [_**Type2Note**_](https://type2note.vercel.app/)