Link to deployed project here
Flash card app is a user-friendly application designed for its users to access any time for information, learning and education purposes.
- User Experience Design
- The Scope Plane
- The Structure Plane
- The Skeleton Plane
- The Surface Plane
- Testing
- Technologies and Tools
- Deployment
- Credits
- Provide a system to allow a user to access flashcards for learning, reviews and educative purposes.
- Allow users to access interesting facts and tips about flashcard on the home page and do a live practical on flashcards page.
- Expandable application, opportunity to save, view and go back to code, and content is displayed based on user selection.
The project was developed by using agile methodologies. The development cycle was divided into short sprints, where code was delivered in small chunks for flexibility and good coding practice. Furthermore, the branch system and forking was used to simulate real-life environment.
-
Base Setup The base setup epic is for all stories needed for the base setup of the application.
-
UI/UX The UI/UX epic is for all stories related to prototyping and designing a user-friendly interface.
-
Standalone pages This epic is for all stories related to small pages and functionalities that don't have their epic.
-
Deployment This epic is for deployment-related stories.
-
Documentation This epic is for document-related stories. It provides essential documentation to give an insight into the development process.
EPIC 1: Base Setup
- As a developer, I need to initialise the project to ensure team members can work in the same environment.
- As a developer, I need to create a proper structure so everyone in the team can work independently without accessing the main branch.
EPIC 2: UI/UX
- As a developer, I want to create mockups or wireframes for the webpage's UI/UX design to visualize its layout and structure.
- As a user, I can navigate between different sections of the website so that I can easily access the information or features I need.
- As a developer, I should add a footer so a user has quick access to points of interest
EPIC 3: Structure
- As a user, I want to see a well structure and style tittle, so that I can easily understand what the website is all about.
**EPIC 4: **
- As a user, I want to view a world map on the homepage, so that I can easily navigate to different countries and/or cities for their countdowns.
EPIC 5: Information pages
- As a user, I want to access brief information about what flashcards is, interesting facts, to learn more about flashcards and use this function in the app.
EPIC 6: Standalone pages
- As a developer, I should create a team page introducing authors to application visitors.
- As a user, I want to see a friendly and informative about us page on the website.
EPIC 7: Deployment
- As a developer, I have to deploy the project so the users can visit the website and interact with the app.
EPIC 8: Documentation
- As a user and a developer, I want to have a well-documented README.md file for this project so that I can easily understand its purpose, how to set it up, and how to use it effectively.
-
- As a user and a developer, I want to have a well-documented TESTING.md file for this project so that I can easily understand its purpose, how to set it up, and how to use it effectively.
- Responsive design - website should support devices from 320px and above.
- Menu for mobile, desktop and windows devices.
- Interactive and informative about us and images of team members.
- Flashcards section for interaction by users.
As a User, I can navigate between different sections of the website so that I can easily access the information or features I need.
Implementation:
Navigation menu
- Navigation menu was implemented across all pages
- The Navbar menu is present to provide better support for mobile devices
As a developer, I should add a footer so a user has quick access to points of interest
Implementation:
Footer
- bottom navigation menu
- quick access to application content
Implementation:
Team page
- basic information about application authors
As a User, I want to see a friendly and informative "404" error page when I encounter a broken link or reach a non-existent page on the website.
Implementation:
- Flashcards page for educative-learning purposes
- Local storage for easy review.
- Delete option.
As a Developer, I want to create mockups or wireframes for the webpage's UI/UX design to visualize its layout and structure
#363D55, #FFFFFF, #414A67 and were chosen as primary colours for application. The main font of the application is ."Poppins", sans-serif;
Testing documentation can be found here.
- HTML
- The structure of the website.
- CSS
- Content styling
- JavaScript
- Application logic
- Balsamiq
- Wireframes
- Github
- Repository hosting
- Git
- Version control
- Google Lighthouse
- Testing of the website
- Google Chrome Developer Tools
- Testing and debugging
- W3C HTML Validator
- HTML code validation
- W3C CSS Validator
- CSS code validation
- Js Hint
- JavaScript code validation
- Navigate to Github link
- Connect to Github account.
- Authorize and select the repository.
- Configure settings.
- Build application.
The website was created in Virtual Studio Code editor, and changes were pushed to the GitHub repository by using bash terminal.
The following commands were used:
git status
- This command was used to check files staged and not staged for commit
git add <file.extension>
- This command was used to add changes in file/files, with particular names and extensions, to be staged for commit
git add .
- This command was used to add changes in all files, regardless of name and extension, to be staged for commit
git commit -m "commit message"
- This command was used to commit all staged changes to a local repository
git push
- This command was used to upload all committed locally changes to a GitHub repository
git pull
- This command was used to pull changes from remote repository into local repository
git checkout
- This command was used to switch between branches
- Navigate to the repository
- In the top-right corner of the page click on the fork button and select create a fork.
- You can change the name of the fork and add description
- Choose to copy only the main branch or all branches to the new fork.
- Click Create a Fork. A repository should appear in your GitHub
- Navigate to the repository
- Click on the Code button on top of the repository and copy the link.
- Open Git Bash and change the working directory to the location where you want the cloned directory.
- Type git clone and then paste the link.
- Press Enter to create your local clone.
Flash card application was created for educational purposes only. Their rightful owners own all content, like images, text or any others used by authors to create this application.
- Code First girls - "BT" event organizer.
- Zack Atama - team facilitator.
- Micheal - team facilitator.
- You - for visiting our repository and reading the documentation.