Single Page Application created with React. The app, is a simple life calendar to add your mood by day. It's allows to select two different moods (happy or sad) and to write a message according to your choose
/
`-_src
|-components
|-App
|-Calendar
|-Detail
|-Editor
|-InputMood
|-InputMessage
|-InputDate
|-Button
|-scss
|-images
These instructions will allow you to obtain a copy of the project on your local machine for development and testing purposes.
-
You need to install Node 10.16.0 & npm 6.9.0.
-
Clone the repository:
$ git clone https://github.com/Adalab/f-online-life-calendar-cterrasid
. You can also Fork the project so you'll have it on your GitHub profile. -
Install dependencies with
$ npm install
. -
To launch the project and see it in the browser, run
$ npm start
.
- eslint-config-airbnb 17.1.0
- eslint-config-prettier 4.1.0
- eslint-plugin-import 2.16.0
- eslint-plugin-jsx-a11y 6.2.1
- eslint-plugin-prettier 3.1.0
- eslint-plugin-react 7.12.4
- pre-commit 1.2.2
- prettier 1.16.4
This project is under the MIT License - see the file [LICENSE.md] (LICENSE.md) for details
- Clarette Terrasi Díaz - cterrasid