I was tasked with creating a no database project in two days. What I made is an app that keeps track of links to our daily projects.
Fork
andclone
this repository.cd
into the project directory.- Run
npm install
. - Start the server with
nodemon
. - Start the web dev server with
npm start
. In your browser, openhttp://localhost:3000
.
- display links to daily projects
- mark projects as 'in progress' or 'complete'
- search through links
- connect to a third party API (Giphy) to display a random gif
I used the following technologies when making this project: React | JavaScript(ES6) | NodeJS | ExpressJS | Axios | CSS