This website displays a list of ASOS set '13 students and their birth dates. It will also keep track of those having birthdays everyday and notify the admin accordingly.
The project contains the List, Add and Contact page.
- HTML5,
- React JS
- CSS3
To get a local copy up and running follow these simple example steps.
- Have a good knowledge on how to parse UI designs
- Have VSCode or other text editor installed. Link to download VSCode
- Install node package. Link to download node
- Have git installed.Link to download git
- Create a github repository.
- git clone https://github.com/kendoriddy/asos-birthday-tracker.git
- cd asos-birthday-tracker/
For tracking linters errors locally, you need to follow these steps:
- For tracking linter errors in HTML file run:
npx hint .
- For tracking linter errors in CSS file run:
npx stylelint "**/*.{css,scss}"
- For tracking linter errors in Javascript file run:
npx eslint .
- Use GitHub pages to deploy website
- For more information about publishing sources, see About github pages
👤 Kehinde Ridwan Onifade
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.