https://github.com/sudiptob2/motivateme-react
A simple web app to relax and get some motivation before starting your day or going to bed. Built with React.
https://github.com/sudiptob2/motivateme-react
javascript motivation-generator pexels-api react reactapp
Last synced: 25 days ago
JSON representation
A simple web app to relax and get some motivation before starting your day or going to bed. Built with React.
- Host: GitHub
- URL: https://github.com/sudiptob2/motivateme-react
- Owner: sudiptob2
- Created: 2020-04-13T12:56:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T00:19:56.000Z (over 4 years ago)
- Last Synced: 2025-04-29T20:14:05.808Z (25 days ago)
- Topics: javascript, motivation-generator, pexels-api, react, reactapp
- Language: JavaScript
- Homepage: http://sudiptobaral.com/motivateme/
- Size: 4.24 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Motivate me
A webapp that helps you to relax with encouraging motivation, relaxing music and auto voice-over. Built with **React**, **Adviceslip** and **Pexels** API.
## Description
This app generate random motivation from adviceslip API and gets you motivated with is relaxing and encouraging images from pelxels API. The relaxing music and auto voice-over helps you to relax while closing your eyes.
This simple project can help the beginners in React to practice different features of React as well as make something which is viable. This project will also get you started with API calls, react hooks and some other intermediate features of react. So why started and use your creativity to modify the project on this weekend!

## Installation
- Clone the repo in your terminal by clicking the _green_ clone or download button at the top right and copyin the url
- In your terminal, type `git clone URL`
- replace URL with the url you copied
- hit enter
- This will copy all the files from this repo down to your computer
- In your terminal, cd into the directory you just created
- Type `npm install` to install all dependencies
- Last, but not least, type `npm start` to run the app locally.- To look at the code, just open up the project in your favorite code editor!