Skip to content

GSG-G8/w4-emoji-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji App

Emoji App is a website that enables users to quickly find emojis you like or a specifec one based on name , the user can also generate a random emoji

Demo : Check it out

Our Team

  • Muhammed Al-ghazali
  • Hassan Al-Najjar
  • Ali Dahdouh
  • Omar Dahdouh

Why

Emoji are ideograms and smileys used in electronic messages and web pages. Emoji exist in various genres, including facial expressions, common objects, places and types of weather, and animals. They are much like emoticons, but emoji are actual pictures instead of typographics. Emojis are everywhere you go, mobiles, tablets and even computers.

What

Our website is a single page that enables users to quickly find emojis

How

  • we are using an Node js web technology
  • we are also using Heroku to host our project

Project Description

Autocomplete website/widget

Description

  • A website that enables users to quickly find and select words from a list of suggestions, as they type.
  • The list is dynamically generated from a pre-populated list of values (i.e. a dictionary file), leveraging searching and filtering.
  • A large data file is required to search through - consider the best data structure for this (e.g. .txt or .json).
  • Consider how implementation affects user experience and web performance (e.g. time to load and search through the data file).

Task

Your task is to build a site which will update as you type (an autocompleter), as per the description above.

Goals

  1. We expect testing using jest (test as many components as you can) and basic front-end testing. Please note that we expect tests on pure functions and not on the router or the DOM.

  2. Host your project on heroku, see resource.

  3. Use module.exports and require to break a single large server file into smaller modules.

  4. Consider what would be a good server file structure based on what we have discussed over the week.

Example

Dwyl autocompleter.



About

team: Alghazali, Hassan, Ali and Omar ..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published