This project was bootstrapped with Create React App.
dailyWord was a project for the course DA355A, Computer and Information Science: Cross-platform Applications with Web Technologies @ Malmo University.
The aim of the project was to deepen our existing programming knowledge and gain more experience in developing with the help of frameworks.
The purpose of the task is to examine the following points:
- Expanded knowledge of external APIs, JSON & localStorage
- Increased knowledge of customizing a website for different devices through CSS
- Expanded JavaScript knowledge jQuery framework (and any other framework)
- Expanded knowledge of CSS framework
Make sure Node version >9 and NPM version >5 is installed by executing the following commands in terminal:
node -v npm -v
The terminal should respond something like:
v.9.x.x v.5.x.x
If not, head over to [http://nodejs.org] and install/update Node for your system.
Clone repository and execute the following:
$ cd dailyword
Setup all dependencies by running:
$ npm install
Execute the following:
$ npm start
to initiate the server.
Open http://localhost:3000 to view it in the browser.
Fell free to contribute to this project by forking or report any bugs/errors!
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.