A side-project created for viewing information based on your birth date.
This project is mostly a side-project to develop my skills and knowledge of ExpressJS aswell as some other frameworks.
The program is simple but I believe it is quite valuable for project based learning and a great addition to my CV.
- Mobile Responsive 📱
- Highly Customizeable 🔧
- Modern Design 💡
- Simple and Unique 💖
- ExpressJS
- RapidAPI
- EJS
- DaisyUI
- Clone the git repo.
- Run
npm i
to install all dependencies. - Create a
.env
file with the valueRAPIDAPI_KEY=<your-api-key>
- Run
npm test
to start inside of a test environment. - Your app will be running on
localhost:5000
.
You are free to contribute to this project by openning a pull request with a detailed description of your changes and request a review.