- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This is my first capstone project. I design a web page for purchasing tickets online to attend programes, shows, concert parties, etc. The project was based on Cindy Shin's design.
- CSS,
- Tailwind CSS
- Daisyui
- Html
- Javascript
Tech Stack N/A
Client
Server
Database
- N/A
-
GitHub Pages:
To get this locally
-
You need git installed on your system
-
Run in your terminal git clone https://github.com/shafiuyushawu/Online-Ticket-
-
Cd to the local directory
-
Run these commands to install the follwing packages.
-
npm install -D tailwindcss
to initialize tailwind css vianpm
-
npx tailwindcss init
to createtailwind.config.js
-
npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch
-
npm install daisyui
to install daisyui packages. -
Copy below and paste it in
tailwind.config.js
file in the root folder to replace the whole content.
/** @type {import('tailwindcss').Config} / module.exports = { content: ['./src/**/.{html,js}'], theme: { extend: {}, }, plugins: [require('daisyui')], };
-
To get a local copy up and running follow these simple example steps.
Clone this repository to your desired folder: git clone https://github.com/shafiuyushawu/Online-Ticket
Install this project with:
NPM Install
To run the project, execute the following command: N/A
To run tests, run the following command:
- npx hint .
- npx stylelint "*/.{css,scss}"
- npx eslint .
You can deploy this project using: N/A
👥 Author: Shafiu Ibn Yushawu
👤 Author
- GitHub: @shafiuyushawu
- Twitter: @shafiuyushawu
- LinkedIn: shafiuyushawu
- [Create features for desktop responsiveness]
Contributions, issues, and feature requests are welcome!
If you like this project, kindly follow me on GitHub 😊
- Hat tip to Cindy whose design was used
This project is MIT licensed.