MindSet is a mobile-responsive web app to help the user find and use positive affirmations. The user selects the category of affirmation they want to see, and a random affirmation in that category is generated. The app also includes instructions and background on using positive affirmations.
MindSet was built with HTML, CSS, JavaScript, Node.js, and Express.
To run locally:
- Install Node.js
- Clone this repository to your machine
- Type these commands into your terminal:
$ npm install
$ npm start
- In your browser, go to the localhost displayed in your terminal
Up next:
- Set up a database to store the affirmations
- Refactor data fetch as get method
- Add post, update, and delete methods for the data
- Build an interface to handle data input
Built by Cori Lint, with the help of Free Code Camp, Wes Bos, Joey Lee and Google Developers