-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcard.js
41 lines (40 loc) · 1.7 KB
/
card.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
const projects = [
{
id: 1,
title: 'Doctors Appoinments',
image: 'images/doctor.jpg',
description: 'Doctors Appoinments frontend is react forntend application for doctor book appoinemnts.',
technologies: ['html', 'css', 'React'],
source: 'https://github.com/zeff96/doctor_appoitment_front_end',
live: 'https://doctor-appointment-cx5g.onrender.com/',
},
{
id: 2,
title: 'Budget-App',
image: 'images/buget.gif',
description: 'A mobile web application where you can manage your budget.',
technologies: ['html', 'css', 'javaScript'],
source: 'https://github.com/josuerushanika/budget-app',
live: 'https://rushanika.onrender.com/',
},
{
id: 3,
title: 'Movies Website',
image: 'images/movies.gif',
description: 'Movie app is a website that shows the different lists of movies depending on a chosen category and gives you the ability to add a like,and the number of ,likes ,a comment , reserve a movie , and add a comment for a selected movie.Built Using API and Javascript Webpack.and HTML CSS',
technologies: ['html', 'css', 'javaScript'],
source: 'https://github.com/josuerushanika/Capstone_2',
live: 'https://josuerushanika.github.io/Capstone_2/dist/',
},
{
id: 4,
title: 'conference website',
image: 'images/conferences.jpg',
description: 'A conference website is a dedicated online platform that provides information and resources related to a specific conference or event.',
technologies: ['html', 'css', 'javaScript'],
source: 'https://github.com/josuerushanika/Rwanda-Conference',
live: 'https://josuerushanika.github.io/Rwanda-Conference/index.html',
},
];
// export project to main,js
export default projects;