A PWA moodboard app in React ⚛️
Deployed on Netlify 🚀
URL: https://moodboard.codebynao.tech
(don't forget to check this in a mobile format if you don't want to be shocked by the non-responsive design)
I used the Pexels API for the photos
To run the project locally, you'll need to get Pexels API Key in order to fetch the photos for the app
- Clone the git repository
# cloning git repository into a new `moodboard` folder
git clone https://github.com/codebynao/moodboard-app.git moodboard
# install project dependencies
cd moodboard && npm install
- Setup Environment variables
REACT_APP_API_BASE_URL=https://api.pexels.com/v1
REACT_APP_API_KEY=xxxxx
REACT_APP_LOGIN_URL=xxxxx
- Start Developing
Development version
npm start
Production version
npm run build
- Checkout the project!
Project is running at http://localhost:3000
Naomi Paulmin - @codebynao
✉️ | naomi.paulmin@gmail.com |
---|