A website that allows you to add skills you have learnt this year, alongside your opinion on them. Each opinion is then represented by an emoji.
The website uses HTML, TailwindCSS, Twemoji, and JavaScript.
Contributions are welcome, if you had an issue you wanted to address feel free to make one at issues. When making a pull request make sure to explain what you're trying to do.
Make sure Node.js and Git are installed.
Clone the repository.
git clone https://github.com/approxahmed/skills-in-review
cd skills-in-review
Install dependencies and start TailwindCSS.
npm install
npm start