Recently, I’ve been reading Vitest and testing library docs. I made this project to start writing UI tests. I also added toast alerts and docs saving in localStorage.
- TailwindCSS
- React
- Vite
- Vitest
- Testing Library
- TypeScript
- Redux Toolkit
- React Hot Toast
- localStorage Web APIs
- React Markdown
- Vitest and Testing Library configuration and setup
- testing UI rendering and user interactions
- mockup functions
- using React Markdown
- writing Redux Toolkit thunks
- creating dark theme with TailwindCSS
- install Node.js
- navigate to project folder in command line
- run
npm install
- run
npm run dev
- open project folder in command line
- run
npm run build