No description
  • JavaScript 42.5%
  • CSS 33.9%
  • HTML 23.6%
Find a file
2021-05-06 20:18:48 +03:00
public/res Almost done with the website 2021-03-16 12:39:49 +02:00
Webpages Propably the last commit to this project ;( 2021-03-18 09:51:20 +02:00
.gitignore Added a database api to store the meme ratings 2021-03-08 14:40:55 +02:00
index.js Almost done with the website 2021-03-16 12:39:49 +02:00
LICENSE Create LICENSE 2021-03-18 10:18:15 +02:00
package-lock.json Almost done with the website 2021-03-16 12:39:49 +02:00
package.json Added a database api to store the meme ratings 2021-03-08 14:40:55 +02:00
README.md Update README.md 2021-05-06 20:18:48 +03:00
settings.json More changes 2021-03-04 10:34:21 +02:00

Just some random thing for school

This is a website that fetches meme from reddit

Want to run it?

  • Install npm
  • Go to the website folder and run npm install. This will download all the dependencies
  • Now you can run the website by typing node index.js. Server will start with port 4000 as default so just go to localhost:4000 on your browser and it should show up

Other

  • This was a school project