A simple frontend project with an interactive banner and form controls.
Live Link: 🔗 https://wikibanner.vercel.app/
- Full width dynamic banner about my favourite hobby: Reading books.
- Interactive form to change banner appearance
- Real-time updates without page reload
- Unit testing with Jest
- Vanilla JavaScript
- Vite for building and development
- Jest for unit testing
- Clone the repository
git clone https://github.com/Isioma20/Banner--project.git
cd Banner-project- Install dependencies
npm install- Run development server
npm run dev- Run tests
npm test